Shades of Chelsea Cucumber #85AB52
Tints of Chelsea Cucumber #85AB52
RGB
CMYK
RGB Variations
Color information
#85AB52 (or 0x85AB52) is known color: 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
| RGB | 133 | 171 | 82 | - |
| CMYK | 0.22 | 0 | 0.52 | 0.33 |
| HSL | 85.62º | 0.35% | 0.5% | - |
| HSV(B) | 85.62º | 0.52% | 0.67% | - |
| XYZ | 25.76 | 34.72 | 13.33 | - |
| YUV | 149.49 | 89.91 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 82 | 0.22 | 0 | 0.52 | 0.33 | 85.62 | 0.35 | 0.5 |
| Hex | 85 | AB | 52 | 16 | 0 | 34 | 21 | 56 | 23 | 32 |
| Octal | 205 | 253 | 122 | 26 | 0 | 64 | 41 | 126 | 43 | 62 |
| Binary | 10000101 | 10101011 | 1010010 | 10110 | 0 | 110100 | 100001 | 1010110 | 100011 | 110010 |
Color Harmonies of #85AB52
Complementary color
Monochromatic Colors of #85AB52
Black with #85AB52
Text Example
Text Example
White with #85AB52
Text Example
Text Example
HTML Codes & Css Web 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>