#85AB52

Color #85AB52 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #85AB52

Tints of Chelsea Cucumber #85AB52

Color information

#85AB52 (or 0x85AB52) is unknown color: approx Chelsea Cucumber. HEX triplet: 85, AB and 52. RGB value is (133,171,82). Sum of RGB (Red+Green+Blue) = 133+171+82=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AB52 is #7A54AD. Grayscale: #959595. Windows color (decimal): -8017070 or 5417861. OLE color: 5417861.

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

Color convert

RGB13317182-
CMYK0.2200.520.33
HSL85.62º35.18%49.61%-
HSV(B)85.62º52.05%67.06%-
XYZ25.7634.7213.33-
YUV149.4989.91116.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.46%
GREEN value IS 171 (67.19% from 255) = 44.30%
BLUE value IS 82 (32.42% from 255) = 21.24%
R=34.46%
G=44.30%
B=21.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133171820.2200.520.3385.6235.1849.61
Hex85AB521603421562332
Octal20525312226064411264362
Binary100001011010101110100101011001101001000011010110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,171,82); }

 H1.HeaderClassName
 {
   color: #85AB52;
 }
 .AnyTagClassName
 {
   color: #85AB52;
 }
</style>
background-color css

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

 a { background-color: rgb(133,171,82); }

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

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

 span { border-color: rgb(133,171,82); }

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