Html Css Color HEX #85AA59 Chelsea Cucumber

📋 copy color: '#85AA59'

red 133 ◦ green 170 ◦ blue 89

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

Shades of Chelsea Cucumber #85AA59

Tints of Chelsea Cucumber #85AA59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 22.7%

R = 33.93%
G = 43.37%
B = 22.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#85AA59 (or 0x85AA59) is known color: Chelsea Cucumber. HEX triplet: 85, AA and 59. RGB value is (133,170,89). Sum of RGB (Red+Green+Blue) = 133+170+89=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AA59 is #7A55A6. Grayscale: #959595. Windows color (decimal): -8017319 or 5876357. OLE color: 5876357.

HSL color Cylindrical-coordinate representation of color #85AA59: hue angle of 87.41º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85AA59 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 170 89 -
CMYK 0.22 0 0.48 0.33
HSL 87.41º 0.32% 0.51% -
HSV(B) 87.41º 0.48% 0.67% -
XYZ 25.85 34.46 14.74 -
YUV 149.7 93.74 116.09 -
System Red Green Blue C M Y K H S L
Decimal 133 170 89 0.22 0 0.48 0.33 87.41 0.32 0.51
Hex 85 AA 59 16 0 30 21 57 20 33
Octal 205 252 131 26 0 60 41 127 40 63
Binary 10000101 10101010 1011001 10110 0 110000 100001 1010111 100000 110011

Color Harmonies of #85AA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AA59

Black with #85AA59

Text Example


Text Example

White with #85AA59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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