Shades of Chelsea Cucumber #90AB5F
Tints of Chelsea Cucumber #90AB5F
RGB
CMYK
RGB Variations
Color information
#90AB5F (or 0x90AB5F) is known color: Chelsea Cucumber. HEX triplet: 90, AB and 5F. RGB value is (144,171,95). Sum of RGB (Red+Green+Blue) = 144+171+95=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AB5F is #6F54A0. Grayscale: #9A9A9A. Windows color (decimal): -7296161 or 6269840. OLE color: 6269840.
HSL color Cylindrical-coordinate representation of color #90AB5F: hue angle of 81.32º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90AB5F is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 95 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.33 |
| HSL | 81.32º | 0.31% | 0.52% | - |
| HSV(B) | 81.32º | 0.44% | 0.67% | - |
| XYZ | 28.13 | 35.88 | 16.27 | - |
| YUV | 154.26 | 94.55 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 95 | 0.16 | 0 | 0.44 | 0.33 | 81.32 | 0.31 | 0.52 |
| Hex | 90 | AB | 5F | 10 | 0 | 2C | 21 | 51 | 1F | 34 |
| Octal | 220 | 253 | 137 | 20 | 0 | 54 | 41 | 121 | 37 | 64 |
| Binary | 10010000 | 10101011 | 1011111 | 10000 | 0 | 101100 | 100001 | 1010001 | 11111 | 110100 |
Color Harmonies of #90AB5F
Complementary color
Monochromatic Colors of #90AB5F
Black with #90AB5F
Text Example
Text Example
White with #90AB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AB5F; }
p { color: rgb(144,171,95); }
H1.HeaderClassName
{
color: #90AB5F;
}
.AnyTagClassName
{
color: #90AB5F;
}
</style>
background-color css
<style>
a { background-color: #90AB5F; }
a { background-color: rgb(144,171,95); }
div.DivClassName
{
background-color: #90AB5F;
}
.BgClassName
{
background-color: #90AB5F;
}
</style>
border-color css
<style>
span { border-color: #90AB5F; }
span { border-color: rgb(144,171,95); }
td.TdClassName
{
border-color: #90AB5F;
}
.TagClassName
{
border-color: #90AB5F;
}
</style>