Html Css Color HEX #86AF66 Chelsea Cucumber

📋 copy color: '#86AF66'

red 134 ◦ green 175 ◦ blue 102

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

Shades of Chelsea Cucumber #86AF66

Tints of Chelsea Cucumber #86AF66

RGB

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

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

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

R = 32.6%
G = 42.58%
B = 24.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#86AF66 (or 0x86AF66) is known color: Chelsea Cucumber. HEX triplet: 86, AF and 66. RGB value is (134,175,102). Sum of RGB (Red+Green+Blue) = 134+175+102=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AF66 is #795099. Grayscale: #9A9A9A. Windows color (decimal): -7950490 or 6729606. OLE color: 6729606.

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

Color convert

RGB 134 175 102 -
CMYK 0.23 0 0.42 0.31
HSL 93.7º 0.31% 0.54% -
HSV(B) 93.7º 0.42% 0.69% -
XYZ 27.56 36.69 18.2 -
YUV 154.42 98.42 113.44 -
System Red Green Blue C M Y K H S L
Decimal 134 175 102 0.23 0 0.42 0.31 93.7 0.31 0.54
Hex 86 AF 66 17 0 2A 1F 5E 1F 36
Octal 206 257 146 27 0 52 37 136 37 66
Binary 10000110 10101111 1100110 10111 0 101010 11111 1011110 11111 110110

Color Harmonies of #86AF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AF66

Black with #86AF66

Text Example


Text Example

White with #86AF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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