Shades of Chelsea Cucumber #90AB46
Tints of Chelsea Cucumber #90AB46
RGB
CMYK
RGB Variations
Color information
#90AB46 (or 0x90AB46) is known color: Chelsea Cucumber. HEX triplet: 90, AB and 46. RGB value is (144,171,70). Sum of RGB (Red+Green+Blue) = 144+171+70=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90AB46 is #6F54B9. Grayscale: #979797. Windows color (decimal): -7296186 or 4631440. OLE color: 4631440.
HSL color Cylindrical-coordinate representation of color #90AB46: hue angle of 76.04º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #90AB46 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 70 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.33 |
| HSL | 76.04º | 0.42% | 0.47% | - |
| HSV(B) | 76.04º | 0.59% | 0.67% | - |
| XYZ | 27.17 | 35.5 | 11.21 | - |
| YUV | 151.41 | 82.05 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 70 | 0.16 | 0 | 0.59 | 0.33 | 76.04 | 0.42 | 0.47 |
| Hex | 90 | AB | 46 | 10 | 0 | 3B | 21 | 4C | 2A | 2F |
| Octal | 220 | 253 | 106 | 20 | 0 | 73 | 41 | 114 | 52 | 57 |
| Binary | 10010000 | 10101011 | 1000110 | 10000 | 0 | 111011 | 100001 | 1001100 | 101010 | 101111 |
Color Harmonies of #90AB46
Complementary color
Monochromatic Colors of #90AB46
Black with #90AB46
Text Example
Text Example
White with #90AB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AB46; }
p { color: rgb(144,171,70); }
H1.HeaderClassName
{
color: #90AB46;
}
.AnyTagClassName
{
color: #90AB46;
}
</style>
background-color css
<style>
a { background-color: #90AB46; }
a { background-color: rgb(144,171,70); }
div.DivClassName
{
background-color: #90AB46;
}
.BgClassName
{
background-color: #90AB46;
}
</style>
border-color css
<style>
span { border-color: #90AB46; }
span { border-color: rgb(144,171,70); }
td.TdClassName
{
border-color: #90AB46;
}
.TagClassName
{
border-color: #90AB46;
}
</style>