Shades of Chelsea Cucumber #90AB49
Tints of Chelsea Cucumber #90AB49
RGB
CMYK
RGB Variations
Color information
#90AB49 (or 0x90AB49) is known color: Chelsea Cucumber. HEX triplet: 90, AB and 49. RGB value is (144,171,73). Sum of RGB (Red+Green+Blue) = 144+171+73=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AB49 is #6F54B6. Grayscale: #989898. Windows color (decimal): -7296183 or 4828048. OLE color: 4828048.
HSL color Cylindrical-coordinate representation of color #90AB49: hue angle of 76.53º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #90AB49 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 73 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.33 |
| HSL | 76.53º | 0.4% | 0.48% | - |
| HSV(B) | 76.53º | 0.57% | 0.67% | - |
| XYZ | 27.27 | 35.54 | 11.73 | - |
| YUV | 151.76 | 83.55 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 73 | 0.16 | 0 | 0.57 | 0.33 | 76.53 | 0.4 | 0.48 |
| Hex | 90 | AB | 49 | 10 | 0 | 39 | 21 | 4D | 28 | 30 |
| Octal | 220 | 253 | 111 | 20 | 0 | 71 | 41 | 115 | 50 | 60 |
| Binary | 10010000 | 10101011 | 1001001 | 10000 | 0 | 111001 | 100001 | 1001101 | 101000 | 110000 |
Color Harmonies of #90AB49
Complementary color
Monochromatic Colors of #90AB49
Black with #90AB49
Text Example
Text Example
White with #90AB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AB49; }
p { color: rgb(144,171,73); }
H1.HeaderClassName
{
color: #90AB49;
}
.AnyTagClassName
{
color: #90AB49;
}
</style>
background-color css
<style>
a { background-color: #90AB49; }
a { background-color: rgb(144,171,73); }
div.DivClassName
{
background-color: #90AB49;
}
.BgClassName
{
background-color: #90AB49;
}
</style>
border-color css
<style>
span { border-color: #90AB49; }
span { border-color: rgb(144,171,73); }
td.TdClassName
{
border-color: #90AB49;
}
.TagClassName
{
border-color: #90AB49;
}
</style>