#86B049

Color #86B049 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #86B049

Tints of Chelsea Cucumber #86B049

Color information

#86B049 (or 0x86B049) is unknown color: approx Chelsea Cucumber. HEX triplet: 86, B0 and 49. RGB value is (134,176,73). Sum of RGB (Red+Green+Blue) = 134+176+73=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #86B049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86B049 is #794FB6. Grayscale: #989898. Windows color (decimal): -7950263 or 4829318. OLE color: 4829318.

HSL color Cylindrical-coordinate representation of color #86B049: hue angle of 84.47º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #86B049 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB13417673-
CMYK0.2400.590.31
HSL84.47º41.37%48.82%-
HSV(B)84.47º58.52%69.02%-
XYZ26.5636.611.97-
YUV151.783.59115.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 34.99%
GREEN value IS 176 (69.14% from 255) = 45.95%
BLUE value IS 73 (28.91% from 255) = 19.06%
R=34.99%
G=45.95%
B=19.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal134176730.2400.590.3184.4741.3748.82
Hex86B0491803B1F542931
Octal20626011130073371245161
Binary10000110101100001001001110000111011111111010100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86B049; }

 p { color: rgb(134,176,73); }

 H1.HeaderClassName
 {
   color: #86B049;
 }
 .AnyTagClassName
 {
   color: #86B049;
 }
</style>
background-color css

<style>
 a { background-color: #86B049; }

 a { background-color: rgb(134,176,73); }

 div.DivClassName
 {
   background-color: #86B049;
 }
 .BgClassName
 {
   background-color: #86B049;
 }
</style>
border-color css

<style>
 span { border-color: #86B049; }

 span { border-color: rgb(134,176,73); }

 td.TdClassName
 {
   border-color: #86B049;
 }
 .TagClassName
 {
   border-color: #86B049;
 }
</style>