Html Css Color HEX #86AA49 Chelsea Cucumber

📋 copy color: '#86AA49'

red 134 ◦ green 170 ◦ blue 73

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

Shades of Chelsea Cucumber #86AA49

Tints of Chelsea Cucumber #86AA49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.36%

R = 35.54%
G = 45.09%
B = 19.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#86AA49 (or 0x86AA49) is known color: Chelsea Cucumber. HEX triplet: 86, AA and 49. RGB value is (134,170,73). Sum of RGB (Red+Green+Blue) = 134+170+73=377 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.54% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #86AA49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AA49 is #7955B6. Grayscale: #949494. Windows color (decimal): -7951799 or 4827782. OLE color: 4827782.

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

Color convert

RGB 134 170 73 -
CMYK 0.21 0 0.57 0.33
HSL 82.27º 0.4% 0.48% -
HSV(B) 82.27º 0.57% 0.67% -
XYZ 25.41 34.3 11.58 -
YUV 148.18 85.57 117.89 -
System Red Green Blue C M Y K H S L
Decimal 134 170 73 0.21 0 0.57 0.33 82.27 0.4 0.48
Hex 86 AA 49 15 0 39 21 52 28 30
Octal 206 252 111 25 0 71 41 122 50 60
Binary 10000110 10101010 1001001 10101 0 111001 100001 1010010 101000 110000

Color Harmonies of #86AA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AA49

Black with #86AA49

Text Example


Text Example

White with #86AA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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