Html Css Color HEX #85AA55 Chelsea Cucumber

📋 copy color: '#85AA55'

red 133 ◦ green 170 ◦ blue 85

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

Shades of Chelsea Cucumber #85AA55

Tints of Chelsea Cucumber #85AA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.91%

R = 34.28%
G = 43.81%
B = 21.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#85AA55 (or 0x85AA55) is known color: Chelsea Cucumber. HEX triplet: 85, AA and 55. RGB value is (133,170,85). Sum of RGB (Red+Green+Blue) = 133+170+85=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AA55 is #7A55AA. Grayscale: #959595. Windows color (decimal): -8017323 or 5614213. OLE color: 5614213.

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

Color convert

RGB 133 170 85 -
CMYK 0.22 0 0.50 0.33
HSL 86.12º 0.33% 0.5% -
HSV(B) 86.12º 0.5% 0.67% -
XYZ 25.69 34.39 13.88 -
YUV 149.25 91.74 116.41 -
System Red Green Blue C M Y K H S L
Decimal 133 170 85 0.22 0 0.50 0.33 86.12 0.33 0.5
Hex 85 AA 55 16 0 32 21 56 21 32
Octal 205 252 125 26 0 62 41 126 41 62
Binary 10000101 10101010 1010101 10110 0 110010 100001 1010110 100001 110010

Color Harmonies of #85AA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AA55

Black with #85AA55

Text Example


Text Example

White with #85AA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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