Shades of Chelsea Cucumber #85BA49
Tints of Chelsea Cucumber #85BA49
RGB
CMYK
RGB Variations
Color information
#85BA49 (or 0x85BA49) is known color: Chelsea Cucumber. HEX triplet: 85, BA and 49. RGB value is (133,186,73). Sum of RGB (Red+Green+Blue) = 133+186+73=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BA49 is #7A45B6. Grayscale: #9D9D9D. Windows color (decimal): -8013239 or 4831877. OLE color: 4831877.
HSL color Cylindrical-coordinate representation of color #85BA49: hue angle of 88.14º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85BA49 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 73 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.27 |
| HSL | 88.14º | 0.45% | 0.51% | - |
| HSV(B) | 88.14º | 0.61% | 0.73% | - |
| XYZ | 28.43 | 40.59 | 12.64 | - |
| YUV | 157.27 | 80.44 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 73 | 0.28 | 0 | 0.61 | 0.27 | 88.14 | 0.45 | 0.51 |
| Hex | 85 | BA | 49 | 1C | 0 | 3D | 1B | 58 | 2D | 33 |
| Octal | 205 | 272 | 111 | 34 | 0 | 75 | 33 | 130 | 55 | 63 |
| Binary | 10000101 | 10111010 | 1001001 | 11100 | 0 | 111101 | 11011 | 1011000 | 101101 | 110011 |
Color Harmonies of #85BA49
Complementary color
Monochromatic Colors of #85BA49
Black with #85BA49
Text Example
Text Example
White with #85BA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA49; }
p { color: rgb(133,186,73); }
H1.HeaderClassName
{
color: #85BA49;
}
.AnyTagClassName
{
color: #85BA49;
}
</style>
background-color css
<style>
a { background-color: #85BA49; }
a { background-color: rgb(133,186,73); }
div.DivClassName
{
background-color: #85BA49;
}
.BgClassName
{
background-color: #85BA49;
}
</style>
border-color css
<style>
span { border-color: #85BA49; }
span { border-color: rgb(133,186,73); }
td.TdClassName
{
border-color: #85BA49;
}
.TagClassName
{
border-color: #85BA49;
}
</style>