Html Css Color HEX #86AD66 Chelsea Cucumber

📋 copy color: '#86AD66'

red 134 ◦ green 173 ◦ blue 102

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

Shades of Chelsea Cucumber #86AD66

Tints of Chelsea Cucumber #86AD66

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.3%

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

R = 32.76%
G = 42.3%
B = 24.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#86AD66 (or 0x86AD66) is known color: Chelsea Cucumber. HEX triplet: 86, AD and 66. RGB value is (134,173,102). Sum of RGB (Red+Green+Blue) = 134+173+102=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86AD66 is #795299. Grayscale: #999999. Windows color (decimal): -7951002 or 6729094. OLE color: 6729094.

HSL color Cylindrical-coordinate representation of color #86AD66: hue angle of 92.96º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86AD66 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 173 102 -
CMYK 0.23 0 0.41 0.32
HSL 92.96º 0.3% 0.54% -
HSV(B) 92.96º 0.41% 0.68% -
XYZ 27.17 35.91 18.07 -
YUV 153.25 99.08 114.27 -
System Red Green Blue C M Y K H S L
Decimal 134 173 102 0.23 0 0.41 0.32 92.96 0.3 0.54
Hex 86 AD 66 17 0 29 20 5D 1E 36
Octal 206 255 146 27 0 51 40 135 36 66
Binary 10000110 10101101 1100110 10111 0 101001 100000 1011101 11110 110110

Color Harmonies of #86AD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AD66

Black with #86AD66

Text Example


Text Example

White with #86AD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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