Shades of Chelsea Cucumber #85B141
Tints of Chelsea Cucumber #85B141
RGB
CMYK
RGB Variations
Color information
#85B141 (or 0x85B141) is known color: Chelsea Cucumber. HEX triplet: 85, B1 and 41. RGB value is (133,177,65). Sum of RGB (Red+Green+Blue) = 133+177+65=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #85B141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85B141 is #7A4EBE. Grayscale: #979797. Windows color (decimal): -8015551 or 4305285. OLE color: 4305285.
HSL color Cylindrical-coordinate representation of color #85B141: hue angle of 83.57º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85B141 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 177 | 65 | - |
| CMYK | 0.25 | 0 | 0.63 | 0.31 |
| HSL | 83.57º | 0.46% | 0.47% | - |
| HSV(B) | 83.57º | 0.63% | 0.69% | - |
| XYZ | 26.35 | 36.81 | 10.72 | - |
| YUV | 151.08 | 79.42 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 177 | 65 | 0.25 | 0 | 0.63 | 0.31 | 83.57 | 0.46 | 0.47 |
| Hex | 85 | B1 | 41 | 19 | 0 | 3F | 1F | 54 | 2E | 2F |
| Octal | 205 | 261 | 101 | 31 | 0 | 77 | 37 | 124 | 56 | 57 |
| Binary | 10000101 | 10110001 | 1000001 | 11001 | 0 | 111111 | 11111 | 1010100 | 101110 | 101111 |
Color Harmonies of #85B141
Complementary color
Monochromatic Colors of #85B141
Black with #85B141
Text Example
Text Example
White with #85B141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B141; }
p { color: rgb(133,177,65); }
H1.HeaderClassName
{
color: #85B141;
}
.AnyTagClassName
{
color: #85B141;
}
</style>
background-color css
<style>
a { background-color: #85B141; }
a { background-color: rgb(133,177,65); }
div.DivClassName
{
background-color: #85B141;
}
.BgClassName
{
background-color: #85B141;
}
</style>
border-color css
<style>
span { border-color: #85B141; }
span { border-color: rgb(133,177,65); }
td.TdClassName
{
border-color: #85B141;
}
.TagClassName
{
border-color: #85B141;
}
</style>