Shades of Chelsea Cucumber #90AB48
Tints of Chelsea Cucumber #90AB48
RGB
CMYK
RGB Variations
Color information
#90AB48 (or 0x90AB48) is known color: Chelsea Cucumber. HEX triplet: 90, AB and 48. RGB value is (144,171,72). Sum of RGB (Red+Green+Blue) = 144+171+72=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AB48 is #6F54B7. Grayscale: #989898. Windows color (decimal): -7296184 or 4762512. OLE color: 4762512.
HSL color Cylindrical-coordinate representation of color #90AB48: hue angle of 76.36º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #90AB48 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 72 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.33 |
| HSL | 76.36º | 0.41% | 0.48% | - |
| HSV(B) | 76.36º | 0.58% | 0.67% | - |
| XYZ | 27.23 | 35.52 | 11.55 | - |
| YUV | 151.64 | 83.05 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 72 | 0.16 | 0 | 0.58 | 0.33 | 76.36 | 0.41 | 0.48 |
| Hex | 90 | AB | 48 | 10 | 0 | 3A | 21 | 4C | 29 | 30 |
| Octal | 220 | 253 | 110 | 20 | 0 | 72 | 41 | 114 | 51 | 60 |
| Binary | 10010000 | 10101011 | 1001000 | 10000 | 0 | 111010 | 100001 | 1001100 | 101001 | 110000 |
Color Harmonies of #90AB48
Complementary color
Monochromatic Colors of #90AB48
Black with #90AB48
Text Example
Text Example
White with #90AB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AB48; }
p { color: rgb(144,171,72); }
H1.HeaderClassName
{
color: #90AB48;
}
.AnyTagClassName
{
color: #90AB48;
}
</style>
background-color css
<style>
a { background-color: #90AB48; }
a { background-color: rgb(144,171,72); }
div.DivClassName
{
background-color: #90AB48;
}
.BgClassName
{
background-color: #90AB48;
}
</style>
border-color css
<style>
span { border-color: #90AB48; }
span { border-color: rgb(144,171,72); }
td.TdClassName
{
border-color: #90AB48;
}
.TagClassName
{
border-color: #90AB48;
}
</style>