Shades of Citrus #90BA16
Tints of Citrus #90BA16
RGB
CMYK
RGB Variations
Color information
#90BA16 (or 0x90BA16) is known color: Citrus. HEX triplet: 90, BA and 16. RGB value is (144,186,22). Sum of RGB (Red+Green+Blue) = 144+186+22=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BA16 is #6F45E9. Grayscale: #9B9B9B. Windows color (decimal): -7292394 or 1489552. OLE color: 1489552.
HSL color Cylindrical-coordinate representation of color #90BA16: hue angle of 75.37º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90BA16 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 186 | 22 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.27 |
| HSL | 75.37º | 0.79% | 0.41% | - |
| HSV(B) | 75.37º | 0.88% | 0.73% | - |
| XYZ | 29.21 | 41.11 | 7.15 | - |
| YUV | 154.75 | 53.09 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 22 | 0.23 | 0 | 0.88 | 0.27 | 75.37 | 0.79 | 0.41 |
| Hex | 90 | BA | 16 | 17 | 0 | 58 | 1B | 4B | 4F | 29 |
| Octal | 220 | 272 | 26 | 27 | 0 | 130 | 33 | 113 | 117 | 51 |
| Binary | 10010000 | 10111010 | 10110 | 10111 | 0 | 1011000 | 11011 | 1001011 | 1001111 | 101001 |
Color Harmonies of #90BA16
Complementary color
Monochromatic Colors of #90BA16
Black with #90BA16
Text Example
Text Example
White with #90BA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BA16; }
p { color: rgb(144,186,22); }
H1.HeaderClassName
{
color: #90BA16;
}
.AnyTagClassName
{
color: #90BA16;
}
</style>
background-color css
<style>
a { background-color: #90BA16; }
a { background-color: rgb(144,186,22); }
div.DivClassName
{
background-color: #90BA16;
}
.BgClassName
{
background-color: #90BA16;
}
</style>
border-color css
<style>
span { border-color: #90BA16; }
span { border-color: rgb(144,186,22); }
td.TdClassName
{
border-color: #90BA16;
}
.TagClassName
{
border-color: #90BA16;
}
</style>