Shades of Chelsea Cucumber #85B45C
Tints of Chelsea Cucumber #85B45C
RGB
CMYK
RGB Variations
Color information
#85B45C (or 0x85B45C) is known color: Chelsea Cucumber. HEX triplet: 85, B4 and 5C. RGB value is (133,180,92). Sum of RGB (Red+Green+Blue) = 133+180+92=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 180 (70.70% from 255 or 44.44% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 180 - color contains mainly: green. Hex color #85B45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B45C is #7A4BA3. Grayscale: #9C9C9C. Windows color (decimal): -8014756 or 6075525. OLE color: 6075525.
HSL color Cylindrical-coordinate representation of color #85B45C: hue angle of 92.05º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85B45C is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 180 | 92 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.29 |
| HSL | 92.05º | 0.37% | 0.53% | - |
| HSV(B) | 92.05º | 0.49% | 0.71% | - |
| XYZ | 27.93 | 38.4 | 16.07 | - |
| YUV | 155.92 | 91.93 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 180 | 92 | 0.26 | 0 | 0.49 | 0.29 | 92.05 | 0.37 | 0.53 |
| Hex | 85 | B4 | 5C | 1A | 0 | 31 | 1D | 5C | 25 | 35 |
| Octal | 205 | 264 | 134 | 32 | 0 | 61 | 35 | 134 | 45 | 65 |
| Binary | 10000101 | 10110100 | 1011100 | 11010 | 0 | 110001 | 11101 | 1011100 | 100101 | 110101 |
Color Harmonies of #85B45C
Complementary color
Monochromatic Colors of #85B45C
Black with #85B45C
Text Example
Text Example
White with #85B45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B45C; }
p { color: rgb(133,180,92); }
H1.HeaderClassName
{
color: #85B45C;
}
.AnyTagClassName
{
color: #85B45C;
}
</style>
background-color css
<style>
a { background-color: #85B45C; }
a { background-color: rgb(133,180,92); }
div.DivClassName
{
background-color: #85B45C;
}
.BgClassName
{
background-color: #85B45C;
}
</style>
border-color css
<style>
span { border-color: #85B45C; }
span { border-color: rgb(133,180,92); }
td.TdClassName
{
border-color: #85B45C;
}
.TagClassName
{
border-color: #85B45C;
}
</style>