Html Css Color HEX #86AF60 Chelsea Cucumber

📋 copy color: '#86AF60'

red 134 ◦ green 175 ◦ blue 96

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

Shades of Chelsea Cucumber #86AF60

Tints of Chelsea Cucumber #86AF60

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.21%

 BLUE value IS 96 (37.89% from 255) = 23.7%

R = 33.09%
G = 43.21%
B = 23.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#86AF60 (or 0x86AF60) is known color: Chelsea Cucumber. HEX triplet: 86, AF and 60. RGB value is (134,175,96). Sum of RGB (Red+Green+Blue) = 134+175+96=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AF60 is #79509F. Grayscale: #9A9A9A. Windows color (decimal): -7950496 or 6336390. OLE color: 6336390.

HSL color Cylindrical-coordinate representation of color #86AF60: hue angle of 91.14º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86AF60 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 175 96 -
CMYK 0.23 0 0.45 0.31
HSL 91.14º 0.33% 0.53% -
HSV(B) 91.14º 0.45% 0.69% -
XYZ 27.27 36.57 16.69 -
YUV 153.74 95.42 113.92 -
System Red Green Blue C M Y K H S L
Decimal 134 175 96 0.23 0 0.45 0.31 91.14 0.33 0.53
Hex 86 AF 60 17 0 2D 1F 5B 21 35
Octal 206 257 140 27 0 55 37 133 41 65
Binary 10000110 10101111 1100000 10111 0 101101 11111 1011011 100001 110101

Color Harmonies of #86AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AF60

Black with #86AF60

Text Example


Text Example

White with #86AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,175,96); }

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

background-color css

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

 a { background-color: rgb(134,175,96); }

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

border-color css

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

 span { border-color: rgb(134,175,96); }

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