Html Css Color HEX #86A56C Chelsea Cucumber

📋 copy color: '#86A56C'

red 134 ◦ green 165 ◦ blue 108

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

Shades of Chelsea Cucumber #86A56C

Tints of Chelsea Cucumber #86A56C

RGB

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

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

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

R = 32.92%
G = 40.54%
B = 26.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#86A56C (or 0x86A56C) is known color: Chelsea Cucumber. HEX triplet: 86, A5 and 6C. RGB value is (134,165,108). Sum of RGB (Red+Green+Blue) = 134+165+108=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 165 - color contains mainly: green. Hex color #86A56C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A56C is #795A93. Grayscale: #959595. Windows color (decimal): -7953044 or 7120262. OLE color: 7120262.

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

Color convert

RGB 134 165 108 -
CMYK 0.19 0 0.35 0.35
HSL 92.63º 0.24% 0.54% -
HSV(B) 92.63º 0.35% 0.65% -
XYZ 25.99 33.06 19.2 -
YUV 149.23 104.73 117.13 -
System Red Green Blue C M Y K H S L
Decimal 134 165 108 0.19 0 0.35 0.35 92.63 0.24 0.54
Hex 86 A5 6C 13 0 23 23 5D 18 36
Octal 206 245 154 23 0 43 43 135 30 66
Binary 10000110 10100101 1101100 10011 0 100011 100011 1011101 11000 110110

Color Harmonies of #86A56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A56C

Black with #86A56C

Text Example


Text Example

White with #86A56C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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