Shades of Chelsea Cucumber #90AB63
Tints of Chelsea Cucumber #90AB63
RGB
CMYK
RGB Variations
Color information
#90AB63 (or 0x90AB63) is known color: Chelsea Cucumber. HEX triplet: 90, AB and 63. RGB value is (144,171,99). Sum of RGB (Red+Green+Blue) = 144+171+99=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 171 (67.19% from 255 or 41.30% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90AB63 is #6F549C. Grayscale: #9A9A9A. Windows color (decimal): -7296157 or 6531984. OLE color: 6531984.
HSL color Cylindrical-coordinate representation of color #90AB63: hue angle of 82.5º 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 #90AB63 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 99 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.33 |
| HSL | 82.5º | 0.3% | 0.53% | - |
| HSV(B) | 82.5º | 0.42% | 0.67% | - |
| XYZ | 28.32 | 35.96 | 17.25 | - |
| YUV | 154.72 | 96.55 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 99 | 0.16 | 0 | 0.42 | 0.33 | 82.5 | 0.3 | 0.53 |
| Hex | 90 | AB | 63 | 10 | 0 | 2A | 21 | 52 | 1E | 35 |
| Octal | 220 | 253 | 143 | 20 | 0 | 52 | 41 | 122 | 36 | 65 |
| Binary | 10010000 | 10101011 | 1100011 | 10000 | 0 | 101010 | 100001 | 1010010 | 11110 | 110101 |
Color Harmonies of #90AB63
Complementary color
Monochromatic Colors of #90AB63
Black with #90AB63
Text Example
Text Example
White with #90AB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AB63; }
p { color: rgb(144,171,99); }
H1.HeaderClassName
{
color: #90AB63;
}
.AnyTagClassName
{
color: #90AB63;
}
</style>
background-color css
<style>
a { background-color: #90AB63; }
a { background-color: rgb(144,171,99); }
div.DivClassName
{
background-color: #90AB63;
}
.BgClassName
{
background-color: #90AB63;
}
</style>
border-color css
<style>
span { border-color: #90AB63; }
span { border-color: rgb(144,171,99); }
td.TdClassName
{
border-color: #90AB63;
}
.TagClassName
{
border-color: #90AB63;
}
</style>