Shades of Chelsea Cucumber #85AB58
Tints of Chelsea Cucumber #85AB58
RGB
CMYK
RGB Variations
Color information
#85AB58 (or 0x85AB58) is known color: Chelsea Cucumber. HEX triplet: 85, AB and 58. RGB value is (133,171,88). Sum of RGB (Red+Green+Blue) = 133+171+88=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85AB58 is #7A54A7. Grayscale: #969696. Windows color (decimal): -8017064 or 5811077. OLE color: 5811077.
HSL color Cylindrical-coordinate representation of color #85AB58: hue angle of 87.47º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85AB58 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 88 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.33 |
| HSL | 87.47º | 0.33% | 0.51% | - |
| HSV(B) | 87.47º | 0.49% | 0.67% | - |
| XYZ | 26 | 34.82 | 14.58 | - |
| YUV | 150.18 | 92.91 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 88 | 0.22 | 0 | 0.49 | 0.33 | 87.47 | 0.33 | 0.51 |
| Hex | 85 | AB | 58 | 16 | 0 | 31 | 21 | 57 | 21 | 33 |
| Octal | 205 | 253 | 130 | 26 | 0 | 61 | 41 | 127 | 41 | 63 |
| Binary | 10000101 | 10101011 | 1011000 | 10110 | 0 | 110001 | 100001 | 1010111 | 100001 | 110011 |
Color Harmonies of #85AB58
Complementary color
Monochromatic Colors of #85AB58
Black with #85AB58
Text Example
Text Example
White with #85AB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB58; }
p { color: rgb(133,171,88); }
H1.HeaderClassName
{
color: #85AB58;
}
.AnyTagClassName
{
color: #85AB58;
}
</style>
background-color css
<style>
a { background-color: #85AB58; }
a { background-color: rgb(133,171,88); }
div.DivClassName
{
background-color: #85AB58;
}
.BgClassName
{
background-color: #85AB58;
}
</style>
border-color css
<style>
span { border-color: #85AB58; }
span { border-color: rgb(133,171,88); }
td.TdClassName
{
border-color: #85AB58;
}
.TagClassName
{
border-color: #85AB58;
}
</style>