Shades of Chelsea Cucumber #90AB51
Tints of Chelsea Cucumber #90AB51
RGB
CMYK
RGB Variations
Color information
#90AB51 (or 0x90AB51) is known color: Chelsea Cucumber. HEX triplet: 90, AB and 51. RGB value is (144,171,81). Sum of RGB (Red+Green+Blue) = 144+171+81=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AB51 is #6F54AE. Grayscale: #999999. Windows color (decimal): -7296175 or 5352336. OLE color: 5352336.
HSL color Cylindrical-coordinate representation of color #90AB51: hue angle of 78º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #90AB51 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 81 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.33 |
| HSL | 78º | 0.36% | 0.49% | - |
| HSV(B) | 78º | 0.53% | 0.67% | - |
| XYZ | 27.55 | 35.65 | 13.21 | - |
| YUV | 152.67 | 87.55 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 81 | 0.16 | 0 | 0.53 | 0.33 | 78 | 0.36 | 0.49 |
| Hex | 90 | AB | 51 | 10 | 0 | 35 | 21 | 4E | 24 | 31 |
| Octal | 220 | 253 | 121 | 20 | 0 | 65 | 41 | 116 | 44 | 61 |
| Binary | 10010000 | 10101011 | 1010001 | 10000 | 0 | 110101 | 100001 | 1001110 | 100100 | 110001 |
Color Harmonies of #90AB51
Complementary color
Monochromatic Colors of #90AB51
Black with #90AB51
Text Example
Text Example
White with #90AB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AB51; }
p { color: rgb(144,171,81); }
H1.HeaderClassName
{
color: #90AB51;
}
.AnyTagClassName
{
color: #90AB51;
}
</style>
background-color css
<style>
a { background-color: #90AB51; }
a { background-color: rgb(144,171,81); }
div.DivClassName
{
background-color: #90AB51;
}
.BgClassName
{
background-color: #90AB51;
}
</style>
border-color css
<style>
span { border-color: #90AB51; }
span { border-color: rgb(144,171,81); }
td.TdClassName
{
border-color: #90AB51;
}
.TagClassName
{
border-color: #90AB51;
}
</style>