Html Css Color HEX #86A864 Chelsea Cucumber

📋 copy color: '#86A864'

red 134 ◦ green 168 ◦ blue 100

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

Shades of Chelsea Cucumber #86A864

Tints of Chelsea Cucumber #86A864

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.79%

 BLUE value IS 100 (39.45% from 255) = 24.88%

R = 33.33%
G = 41.79%
B = 24.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#86A864 (or 0x86A864) is known color: Chelsea Cucumber. HEX triplet: 86, A8 and 64. RGB value is (134,168,100). Sum of RGB (Red+Green+Blue) = 134+168+100=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 168 - color contains mainly: green. Hex color #86A864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86A864 is #79579B. Grayscale: #969696. Windows color (decimal): -7952284 or 6596742. OLE color: 6596742.

HSL color Cylindrical-coordinate representation of color #86A864: hue angle of 90º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86A864 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 134 168 100 -
CMYK 0.20 0 0.40 0.34
HSL 90º 0.28% 0.53% -
HSV(B) 90º 0.4% 0.66% -
XYZ 26.13 33.99 17.24 -
YUV 150.08 99.74 116.53 -
System Red Green Blue C M Y K H S L
Decimal 134 168 100 0.20 0 0.40 0.34 90 0.28 0.53
Hex 86 A8 64 14 0 28 22 5A 1C 35
Octal 206 250 144 24 0 50 42 132 34 65
Binary 10000110 10101000 1100100 10100 0 101000 100010 1011010 11100 110101

Color Harmonies of #86A864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A864

Black with #86A864

Text Example


Text Example

White with #86A864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,168,100); }

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

background-color css

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

 a { background-color: rgb(134,168,100); }

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

border-color css

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

 span { border-color: rgb(134,168,100); }

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