Html Css Color HEX #86A46C Chelsea Cucumber

📋 copy color: '#86A46C'

red 134 ◦ green 164 ◦ blue 108

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

Shades of Chelsea Cucumber #86A46C

Tints of Chelsea Cucumber #86A46C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.39%

 BLUE value IS 108 (42.58% from 255) = 26.6%

R = 33%
G = 40.39%
B = 26.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#86A46C (or 0x86A46C) is known color: Chelsea Cucumber. HEX triplet: 86, A4 and 6C. RGB value is (134,164,108). Sum of RGB (Red+Green+Blue) = 134+164+108=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #86A46C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A46C is #795B93. Grayscale: #949494. Windows color (decimal): -7953300 or 7120006. OLE color: 7120006.

HSL color Cylindrical-coordinate representation of color #86A46C: hue angle of 92.14º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86A46C is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 134 164 108 -
CMYK 0.18 0 0.34 0.36
HSL 92.14º 0.24% 0.53% -
HSV(B) 92.14º 0.34% 0.64% -
XYZ 25.81 32.7 19.14 -
YUV 148.65 105.06 117.55 -
System Red Green Blue C M Y K H S L
Decimal 134 164 108 0.18 0 0.34 0.36 92.14 0.24 0.53
Hex 86 A4 6C 12 0 22 24 5C 18 35
Octal 206 244 154 22 0 42 44 134 30 65
Binary 10000110 10100100 1101100 10010 0 100010 100100 1011100 11000 110101

Color Harmonies of #86A46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A46C

Black with #86A46C

Text Example


Text Example

White with #86A46C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,164,108); }

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

background-color css

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

 a { background-color: rgb(134,164,108); }

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

border-color css

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

 span { border-color: rgb(134,164,108); }

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