Shades of Chelsea Cucumber #85AD44
Tints of Chelsea Cucumber #85AD44
RGB
CMYK
RGB Variations
Color information
#85AD44 (or 0x85AD44) is known color: Chelsea Cucumber. HEX triplet: 85, AD and 44. RGB value is (133,173,68). Sum of RGB (Red+Green+Blue) = 133+173+68=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AD44 is #7A52BB. Grayscale: #959595. Windows color (decimal): -8016572 or 4500869. OLE color: 4500869.
HSL color Cylindrical-coordinate representation of color #85AD44: hue angle of 82.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #85AD44 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 173 | 68 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.32 |
| HSL | 82.86º | 0.44% | 0.47% | - |
| HSV(B) | 82.86º | 0.61% | 0.68% | - |
| XYZ | 25.66 | 35.29 | 10.93 | - |
| YUV | 149.07 | 82.25 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 68 | 0.23 | 0 | 0.61 | 0.32 | 82.86 | 0.44 | 0.47 |
| Hex | 85 | AD | 44 | 17 | 0 | 3D | 20 | 53 | 2C | 2F |
| Octal | 205 | 255 | 104 | 27 | 0 | 75 | 40 | 123 | 54 | 57 |
| Binary | 10000101 | 10101101 | 1000100 | 10111 | 0 | 111101 | 100000 | 1010011 | 101100 | 101111 |
Color Harmonies of #85AD44
Complementary color
Monochromatic Colors of #85AD44
Black with #85AD44
Text Example
Text Example
White with #85AD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AD44; }
p { color: rgb(133,173,68); }
H1.HeaderClassName
{
color: #85AD44;
}
.AnyTagClassName
{
color: #85AD44;
}
</style>
background-color css
<style>
a { background-color: #85AD44; }
a { background-color: rgb(133,173,68); }
div.DivClassName
{
background-color: #85AD44;
}
.BgClassName
{
background-color: #85AD44;
}
</style>
border-color css
<style>
span { border-color: #85AD44; }
span { border-color: rgb(133,173,68); }
td.TdClassName
{
border-color: #85AD44;
}
.TagClassName
{
border-color: #85AD44;
}
</style>