Shades of Chelsea Cucumber #90AB66
Tints of Chelsea Cucumber #90AB66
RGB
CMYK
RGB Variations
Color information
#90AB66 (or 0x90AB66) is known color: Chelsea Cucumber. HEX triplet: 90, AB and 66. RGB value is (144,171,102). Sum of RGB (Red+Green+Blue) = 144+171+102=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AB66 is #6F5499. Grayscale: #9B9B9B. Windows color (decimal): -7296154 or 6728592. OLE color: 6728592.
HSL color Cylindrical-coordinate representation of color #90AB66: hue angle of 83.48º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90AB66 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 102 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.33 |
| HSL | 83.48º | 0.29% | 0.54% | - |
| HSV(B) | 83.48º | 0.4% | 0.67% | - |
| XYZ | 28.46 | 36.01 | 18.02 | - |
| YUV | 155.06 | 98.05 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 102 | 0.16 | 0 | 0.40 | 0.33 | 83.48 | 0.29 | 0.54 |
| Hex | 90 | AB | 66 | 10 | 0 | 28 | 21 | 53 | 1D | 36 |
| Octal | 220 | 253 | 146 | 20 | 0 | 50 | 41 | 123 | 35 | 66 |
| Binary | 10010000 | 10101011 | 1100110 | 10000 | 0 | 101000 | 100001 | 1010011 | 11101 | 110110 |
Color Harmonies of #90AB66
Complementary color
Monochromatic Colors of #90AB66
Black with #90AB66
Text Example
Text Example
White with #90AB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AB66; }
p { color: rgb(144,171,102); }
H1.HeaderClassName
{
color: #90AB66;
}
.AnyTagClassName
{
color: #90AB66;
}
</style>
background-color css
<style>
a { background-color: #90AB66; }
a { background-color: rgb(144,171,102); }
div.DivClassName
{
background-color: #90AB66;
}
.BgClassName
{
background-color: #90AB66;
}
</style>
border-color css
<style>
span { border-color: #90AB66; }
span { border-color: rgb(144,171,102); }
td.TdClassName
{
border-color: #90AB66;
}
.TagClassName
{
border-color: #90AB66;
}
</style>