Shades of Chelsea Cucumber #85AB46
Tints of Chelsea Cucumber #85AB46
RGB
CMYK
RGB Variations
Color information
#85AB46 (or 0x85AB46) is known color: Chelsea Cucumber. HEX triplet: 85, AB and 46. RGB value is (133,171,70). Sum of RGB (Red+Green+Blue) = 133+171+70=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AB46 is #7A54B9. Grayscale: #949494. Windows color (decimal): -8017082 or 4631429. OLE color: 4631429.
HSL color Cylindrical-coordinate representation of color #85AB46: hue angle of 82.57º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85AB46 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 70 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.33 |
| HSL | 82.57º | 0.42% | 0.47% | - |
| HSV(B) | 82.57º | 0.59% | 0.67% | - |
| XYZ | 25.34 | 34.55 | 11.13 | - |
| YUV | 148.12 | 83.91 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 70 | 0.22 | 0 | 0.59 | 0.33 | 82.57 | 0.42 | 0.47 |
| Hex | 85 | AB | 46 | 16 | 0 | 3B | 21 | 53 | 2A | 2F |
| Octal | 205 | 253 | 106 | 26 | 0 | 73 | 41 | 123 | 52 | 57 |
| Binary | 10000101 | 10101011 | 1000110 | 10110 | 0 | 111011 | 100001 | 1010011 | 101010 | 101111 |
Color Harmonies of #85AB46
Complementary color
Monochromatic Colors of #85AB46
Black with #85AB46
Text Example
Text Example
White with #85AB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB46; }
p { color: rgb(133,171,70); }
H1.HeaderClassName
{
color: #85AB46;
}
.AnyTagClassName
{
color: #85AB46;
}
</style>
background-color css
<style>
a { background-color: #85AB46; }
a { background-color: rgb(133,171,70); }
div.DivClassName
{
background-color: #85AB46;
}
.BgClassName
{
background-color: #85AB46;
}
</style>
border-color css
<style>
span { border-color: #85AB46; }
span { border-color: rgb(133,171,70); }
td.TdClassName
{
border-color: #85AB46;
}
.TagClassName
{
border-color: #85AB46;
}
</style>