Shades of Chelsea Cucumber #90AB64
Tints of Chelsea Cucumber #90AB64
RGB
CMYK
RGB Variations
Color information
#90AB64 (or 0x90AB64) is known color: Chelsea Cucumber. HEX triplet: 90, AB and 64. RGB value is (144,171,100). Sum of RGB (Red+Green+Blue) = 144+171+100=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AB64 is #6F549B. Grayscale: #9B9B9B. Windows color (decimal): -7296156 or 6597520. OLE color: 6597520.
HSL color Cylindrical-coordinate representation of color #90AB64: hue angle of 82.82º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90AB64 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 100 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.33 |
| HSL | 82.82º | 0.3% | 0.53% | - |
| HSV(B) | 82.82º | 0.42% | 0.67% | - |
| XYZ | 28.36 | 35.98 | 17.51 | - |
| YUV | 154.83 | 97.05 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 100 | 0.16 | 0 | 0.42 | 0.33 | 82.82 | 0.3 | 0.53 |
| Hex | 90 | AB | 64 | 10 | 0 | 2A | 21 | 53 | 1E | 35 |
| Octal | 220 | 253 | 144 | 20 | 0 | 52 | 41 | 123 | 36 | 65 |
| Binary | 10010000 | 10101011 | 1100100 | 10000 | 0 | 101010 | 100001 | 1010011 | 11110 | 110101 |
Color Harmonies of #90AB64
Complementary color
Monochromatic Colors of #90AB64
Black with #90AB64
Text Example
Text Example
White with #90AB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AB64; }
p { color: rgb(144,171,100); }
H1.HeaderClassName
{
color: #90AB64;
}
.AnyTagClassName
{
color: #90AB64;
}
</style>
background-color css
<style>
a { background-color: #90AB64; }
a { background-color: rgb(144,171,100); }
div.DivClassName
{
background-color: #90AB64;
}
.BgClassName
{
background-color: #90AB64;
}
</style>
border-color css
<style>
span { border-color: #90AB64; }
span { border-color: rgb(144,171,100); }
td.TdClassName
{
border-color: #90AB64;
}
.TagClassName
{
border-color: #90AB64;
}
</style>