Html Css Color HEX #86A066 Chelsea Cucumber

📋 copy color: '#86A066'

red 134 ◦ green 160 ◦ blue 102

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

Shades of Chelsea Cucumber #86A066

Tints of Chelsea Cucumber #86A066

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.4%

 BLUE value IS 102 (40.23% from 255) = 25.76%

R = 33.84%
G = 40.4%
B = 25.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#86A066 (or 0x86A066) is known color: Chelsea Cucumber. HEX triplet: 86, A0 and 66. RGB value is (134,160,102). Sum of RGB (Red+Green+Blue) = 134+160+102=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 160 - color contains mainly: green. Hex color #86A066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A066 is #795F99. Grayscale: #919191. Windows color (decimal): -7954330 or 6725766. OLE color: 6725766.

HSL color Cylindrical-coordinate representation of color #86A066: hue angle of 86.9º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86A066 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 134 160 102 -
CMYK 0.16 0 0.36 0.37
HSL 86.9º 0.23% 0.51% -
HSV(B) 86.9º 0.36% 0.63% -
XYZ 24.8 31.17 17.28 -
YUV 145.61 103.39 119.72 -
System Red Green Blue C M Y K H S L
Decimal 134 160 102 0.16 0 0.36 0.37 86.9 0.23 0.51
Hex 86 A0 66 10 0 24 25 57 17 33
Octal 206 240 146 20 0 44 45 127 27 63
Binary 10000110 10100000 1100110 10000 0 100100 100101 1010111 10111 110011

Color Harmonies of #86A066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A066

Black with #86A066

Text Example


Text Example

White with #86A066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,160,102); }

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

background-color css

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

 a { background-color: rgb(134,160,102); }

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

border-color css

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

 span { border-color: rgb(134,160,102); }

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