Html Css Color HEX #85AA49 Chelsea Cucumber

📋 copy color: '#85AA49'

red 133 ◦ green 170 ◦ blue 73

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

Shades of Chelsea Cucumber #85AA49

Tints of Chelsea Cucumber #85AA49

RGB

 RED value IS 133 (52.34% from 255) = 35.37%

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

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

R = 35.37%
G = 45.21%
B = 19.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#85AA49 (or 0x85AA49) is known color: Chelsea Cucumber. HEX triplet: 85, AA and 49. RGB value is (133,170,73). Sum of RGB (Red+Green+Blue) = 133+170+73=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AA49 is #7A55B6. Grayscale: #949494. Windows color (decimal): -8017335 or 4827781. OLE color: 4827781.

HSL color Cylindrical-coordinate representation of color #85AA49: hue angle of 82.89º 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 #85AA49 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 170 73 -
CMYK 0.22 0 0.57 0.33
HSL 82.89º 0.4% 0.48% -
HSV(B) 82.89º 0.57% 0.67% -
XYZ 25.25 34.22 11.58 -
YUV 147.88 85.74 117.39 -
System Red Green Blue C M Y K H S L
Decimal 133 170 73 0.22 0 0.57 0.33 82.89 0.4 0.48
Hex 85 AA 49 16 0 39 21 53 28 30
Octal 205 252 111 26 0 71 41 123 50 60
Binary 10000101 10101010 1001001 10110 0 111001 100001 1010011 101000 110000

Color Harmonies of #85AA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AA49

Black with #85AA49

Text Example


Text Example

White with #85AA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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