Html Css Color HEX #86A566 Chelsea Cucumber

📋 copy color: '#86A566'

red 134 ◦ green 165 ◦ blue 102

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

Shades of Chelsea Cucumber #86A566

Tints of Chelsea Cucumber #86A566

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.15%

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

R = 33.42%
G = 41.15%
B = 25.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#86A566 (or 0x86A566) is known color: Chelsea Cucumber. HEX triplet: 86, A5 and 66. RGB value is (134,165,102). Sum of RGB (Red+Green+Blue) = 134+165+102=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 165 - color contains mainly: green. Hex color #86A566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A566 is #795A99. Grayscale: #949494. Windows color (decimal): -7953050 or 6727046. OLE color: 6727046.

HSL color Cylindrical-coordinate representation of color #86A566: hue angle of 89.52º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86A566 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 134 165 102 -
CMYK 0.19 0 0.38 0.35
HSL 89.52º 0.26% 0.52% -
HSV(B) 89.52º 0.38% 0.65% -
XYZ 25.68 32.94 17.57 -
YUV 148.55 101.73 117.62 -
System Red Green Blue C M Y K H S L
Decimal 134 165 102 0.19 0 0.38 0.35 89.52 0.26 0.52
Hex 86 A5 66 13 0 26 23 5A 1A 34
Octal 206 245 146 23 0 46 43 132 32 64
Binary 10000110 10100101 1100110 10011 0 100110 100011 1011010 11010 110100

Color Harmonies of #86A566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A566

Black with #86A566

Text Example


Text Example

White with #86A566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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