Shades of Chelsea Cucumber #85B445
Tints of Chelsea Cucumber #85B445
RGB
CMYK
RGB Variations
Color information
#85B445 (or 0x85B445) is known color: Chelsea Cucumber. HEX triplet: 85, B4 and 45. RGB value is (133,180,69). Sum of RGB (Red+Green+Blue) = 133+180+69=382 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.82% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #85B445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B445 is #7A4BBA. Grayscale: #999999. Windows color (decimal): -8014779 or 4568197. OLE color: 4568197.
HSL color Cylindrical-coordinate representation of color #85B445: hue angle of 85.41º 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 #85B445 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 180 | 69 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.29 |
| HSL | 85.41º | 0.45% | 0.49% | - |
| HSV(B) | 85.41º | 0.62% | 0.71% | - |
| XYZ | 27.07 | 38.06 | 11.55 | - |
| YUV | 153.29 | 80.43 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 180 | 69 | 0.26 | 0 | 0.62 | 0.29 | 85.41 | 0.45 | 0.49 |
| Hex | 85 | B4 | 45 | 1A | 0 | 3E | 1D | 55 | 2D | 31 |
| Octal | 205 | 264 | 105 | 32 | 0 | 76 | 35 | 125 | 55 | 61 |
| Binary | 10000101 | 10110100 | 1000101 | 11010 | 0 | 111110 | 11101 | 1010101 | 101101 | 110001 |
Color Harmonies of #85B445
Complementary color
Monochromatic Colors of #85B445
Black with #85B445
Text Example
Text Example
White with #85B445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B445; }
p { color: rgb(133,180,69); }
H1.HeaderClassName
{
color: #85B445;
}
.AnyTagClassName
{
color: #85B445;
}
</style>
background-color css
<style>
a { background-color: #85B445; }
a { background-color: rgb(133,180,69); }
div.DivClassName
{
background-color: #85B445;
}
.BgClassName
{
background-color: #85B445;
}
</style>
border-color css
<style>
span { border-color: #85B445; }
span { border-color: rgb(133,180,69); }
td.TdClassName
{
border-color: #85B445;
}
.TagClassName
{
border-color: #85B445;
}
</style>