Html Css Color HEX #86AA44 Chelsea Cucumber

📋 copy color: '#86AA44'

red 134 ◦ green 170 ◦ blue 68

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

Shades of Chelsea Cucumber #86AA44

Tints of Chelsea Cucumber #86AA44

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.7%

 BLUE value IS 68 (26.95% from 255) = 18.28%

R = 36.02%
G = 45.7%
B = 18.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#86AA44 (or 0x86AA44) is known color: Chelsea Cucumber. HEX triplet: 86, AA and 44. RGB value is (134,170,68). Sum of RGB (Red+Green+Blue) = 134+170+68=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 170 (66.80% from 255 or 45.70% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AA44 is #7955BB. Grayscale: #939393. Windows color (decimal): -7951804 or 4500102. OLE color: 4500102.

HSL color Cylindrical-coordinate representation of color #86AA44: hue angle of 81.18º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86AA44 is Cyan = 0.21, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 170 68 -
CMYK 0.21 0 0.6 0.33
HSL 81.18º 0.43% 0.47% -
HSV(B) 81.18º 0.6% 0.67% -
XYZ 25.25 34.24 10.75 -
YUV 147.61 83.07 118.29 -
System Red Green Blue C M Y K H S L
Decimal 134 170 68 0.21 0 0.6 0.33 81.18 0.43 0.47
Hex 86 AA 44 15 0 3C 21 51 2B 2F
Octal 206 252 104 25 0 74 41 121 53 57
Binary 10000110 10101010 1000100 10101 0 111100 100001 1010001 101011 101111

Color Harmonies of #86AA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AA44

Black with #86AA44

Text Example


Text Example

White with #86AA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,170,68); }

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

background-color css

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

 a { background-color: rgb(134,170,68); }

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

border-color css

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

 span { border-color: rgb(134,170,68); }

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