Shades of Chelsea Cucumber #85B05A
Tints of Chelsea Cucumber #85B05A
RGB
CMYK
RGB Variations
Color information
#85B05A (or 0x85B05A) is known color: Chelsea Cucumber. HEX triplet: 85, B0 and 5A. RGB value is (133,176,90). Sum of RGB (Red+Green+Blue) = 133+176+90=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 176 - color contains mainly: green. Hex color #85B05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85B05A is #7A4FA5. Grayscale: #999999. Windows color (decimal): -8015782 or 5943429. OLE color: 5943429.
HSL color Cylindrical-coordinate representation of color #85B05A: hue angle of 90º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85B05A is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 176 | 90 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.31 |
| HSL | 90º | 0.35% | 0.52% | - |
| HSV(B) | 90º | 0.49% | 0.69% | - |
| XYZ | 27.04 | 36.78 | 15.35 | - |
| YUV | 153.34 | 92.25 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 176 | 90 | 0.24 | 0 | 0.49 | 0.31 | 90 | 0.35 | 0.52 |
| Hex | 85 | B0 | 5A | 18 | 0 | 31 | 1F | 5A | 23 | 34 |
| Octal | 205 | 260 | 132 | 30 | 0 | 61 | 37 | 132 | 43 | 64 |
| Binary | 10000101 | 10110000 | 1011010 | 11000 | 0 | 110001 | 11111 | 1011010 | 100011 | 110100 |
Color Harmonies of #85B05A
Complementary color
Monochromatic Colors of #85B05A
Black with #85B05A
Text Example
Text Example
White with #85B05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B05A; }
p { color: rgb(133,176,90); }
H1.HeaderClassName
{
color: #85B05A;
}
.AnyTagClassName
{
color: #85B05A;
}
</style>
background-color css
<style>
a { background-color: #85B05A; }
a { background-color: rgb(133,176,90); }
div.DivClassName
{
background-color: #85B05A;
}
.BgClassName
{
background-color: #85B05A;
}
</style>
border-color css
<style>
span { border-color: #85B05A; }
span { border-color: rgb(133,176,90); }
td.TdClassName
{
border-color: #85B05A;
}
.TagClassName
{
border-color: #85B05A;
}
</style>