Shades of Chelsea Cucumber #85B545
Tints of Chelsea Cucumber #85B545
RGB
CMYK
RGB Variations
Color information
#85B545 (or 0x85B545) is known color: Chelsea Cucumber. HEX triplet: 85, B5 and 45. RGB value is (133,181,69). Sum of RGB (Red+Green+Blue) = 133+181+69=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 181 - color contains mainly: green. Hex color #85B545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B545 is #7A4ABA. Grayscale: #9A9A9A. Windows color (decimal): -8014523 or 4568453. OLE color: 4568453.
HSL color Cylindrical-coordinate representation of color #85B545: hue angle of 85.71º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85B545 is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 69 | - |
| CMYK | 0.27 | 0 | 0.62 | 0.29 |
| HSL | 85.71º | 0.45% | 0.49% | - |
| HSV(B) | 85.71º | 0.62% | 0.71% | - |
| XYZ | 27.27 | 38.46 | 11.62 | - |
| YUV | 153.88 | 80.1 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 69 | 0.27 | 0 | 0.62 | 0.29 | 85.71 | 0.45 | 0.49 |
| Hex | 85 | B5 | 45 | 1B | 0 | 3E | 1D | 56 | 2D | 31 |
| Octal | 205 | 265 | 105 | 33 | 0 | 76 | 35 | 126 | 55 | 61 |
| Binary | 10000101 | 10110101 | 1000101 | 11011 | 0 | 111110 | 11101 | 1010110 | 101101 | 110001 |
Color Harmonies of #85B545
Complementary color
Monochromatic Colors of #85B545
Black with #85B545
Text Example
Text Example
White with #85B545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B545; }
p { color: rgb(133,181,69); }
H1.HeaderClassName
{
color: #85B545;
}
.AnyTagClassName
{
color: #85B545;
}
</style>
background-color css
<style>
a { background-color: #85B545; }
a { background-color: rgb(133,181,69); }
div.DivClassName
{
background-color: #85B545;
}
.BgClassName
{
background-color: #85B545;
}
</style>
border-color css
<style>
span { border-color: #85B545; }
span { border-color: rgb(133,181,69); }
td.TdClassName
{
border-color: #85B545;
}
.TagClassName
{
border-color: #85B545;
}
</style>