Html Css Color HEX #86B042 Chelsea Cucumber

📋 copy color: '#86B042'

red 134 ◦ green 176 ◦ blue 66

#86B042
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #86B042

Tints of Chelsea Cucumber #86B042

RGB

 RED value IS 134 (52.73% from 255) = 35.64%

 GREEN value IS 176 (69.14% from 255) = 46.81%

 BLUE value IS 66 (26.17% from 255) = 17.55%

R = 35.64%
G = 46.81%
B = 17.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#86B042 (or 0x86B042) is known color: Chelsea Cucumber. HEX triplet: 86, B0 and 42. RGB value is (134,176,66). Sum of RGB (Red+Green+Blue) = 134+176+66=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 176 - color contains mainly: green. Hex color #86B042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86B042 is #794FBD. Grayscale: #979797. Windows color (decimal): -7950270 or 4370566. OLE color: 4370566.

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

Color convert

RGB 134 176 66 -
CMYK 0.24 0 0.62 0.31
HSL 82.91º 0.45% 0.47% -
HSV(B) 82.91º 0.63% 0.69% -
XYZ 26.34 36.51 10.81 -
YUV 150.9 80.09 115.94 -
System Red Green Blue C M Y K H S L
Decimal 134 176 66 0.24 0 0.62 0.31 82.91 0.45 0.47
Hex 86 B0 42 18 0 3E 1F 53 2D 2F
Octal 206 260 102 30 0 76 37 123 55 57
Binary 10000110 10110000 1000010 11000 0 111110 11111 1010011 101101 101111

Color Harmonies of #86B042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B042

Black with #86B042

Text Example


Text Example

White with #86B042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86B042;
 }
 .AnyTagClassName
 {
   color: #86B042;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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