Shades of Chelsea Cucumber #85B150
Tints of Chelsea Cucumber #85B150
RGB
CMYK
RGB Variations
Color information
#85B150 (or 0x85B150) is known color: Chelsea Cucumber. HEX triplet: 85, B1 and 50. RGB value is (133,177,80). Sum of RGB (Red+Green+Blue) = 133+177+80=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #85B150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B150 is #7A4EAF. Grayscale: #999999. Windows color (decimal): -8015536 or 5288325. OLE color: 5288325.
HSL color Cylindrical-coordinate representation of color #85B150: hue angle of 87.22º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85B150 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 177 | 80 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.31 |
| HSL | 87.22º | 0.38% | 0.5% | - |
| HSV(B) | 87.22º | 0.55% | 0.69% | - |
| XYZ | 26.84 | 37.01 | 13.32 | - |
| YUV | 152.79 | 86.92 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 177 | 80 | 0.25 | 0 | 0.55 | 0.31 | 87.22 | 0.38 | 0.5 |
| Hex | 85 | B1 | 50 | 19 | 0 | 37 | 1F | 57 | 26 | 32 |
| Octal | 205 | 261 | 120 | 31 | 0 | 67 | 37 | 127 | 46 | 62 |
| Binary | 10000101 | 10110001 | 1010000 | 11001 | 0 | 110111 | 11111 | 1010111 | 100110 | 110010 |
Color Harmonies of #85B150
Complementary color
Monochromatic Colors of #85B150
Black with #85B150
Text Example
Text Example
White with #85B150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B150; }
p { color: rgb(133,177,80); }
H1.HeaderClassName
{
color: #85B150;
}
.AnyTagClassName
{
color: #85B150;
}
</style>
background-color css
<style>
a { background-color: #85B150; }
a { background-color: rgb(133,177,80); }
div.DivClassName
{
background-color: #85B150;
}
.BgClassName
{
background-color: #85B150;
}
</style>
border-color css
<style>
span { border-color: #85B150; }
span { border-color: rgb(133,177,80); }
td.TdClassName
{
border-color: #85B150;
}
.TagClassName
{
border-color: #85B150;
}
</style>