Shades of Citrus #90BA06
Tints of Citrus #90BA06
RGB
CMYK
RGB Variations
Color information
#90BA06 (or 0x90BA06) is known color: Citrus. HEX triplet: 90, BA and 06. RGB value is (144,186,6). Sum of RGB (Red+Green+Blue) = 144+186+6=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BA06 is #6F45F9. Grayscale: #999999. Windows color (decimal): -7292410 or 440976. OLE color: 440976.
HSL color Cylindrical-coordinate representation of color #90BA06: hue angle of 74º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90BA06 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 186 | 6 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.27 |
| HSL | 74º | 0.94% | 0.38% | - |
| HSV(B) | 74º | 0.97% | 0.73% | - |
| XYZ | 29.09 | 41.06 | 6.56 | - |
| YUV | 152.92 | 45.09 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 6 | 0.23 | 0 | 0.97 | 0.27 | 74 | 0.94 | 0.38 |
| Hex | 90 | BA | 6 | 17 | 0 | 61 | 1B | 4A | 5E | 26 |
| Octal | 220 | 272 | 6 | 27 | 0 | 141 | 33 | 112 | 136 | 46 |
| Binary | 10010000 | 10111010 | 110 | 10111 | 0 | 1100001 | 11011 | 1001010 | 1011110 | 100110 |
Color Harmonies of #90BA06
Complementary color
Monochromatic Colors of #90BA06
Black with #90BA06
Text Example
Text Example
White with #90BA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BA06; }
p { color: rgb(144,186,6); }
H1.HeaderClassName
{
color: #90BA06;
}
.AnyTagClassName
{
color: #90BA06;
}
</style>
background-color css
<style>
a { background-color: #90BA06; }
a { background-color: rgb(144,186,6); }
div.DivClassName
{
background-color: #90BA06;
}
.BgClassName
{
background-color: #90BA06;
}
</style>
border-color css
<style>
span { border-color: #90BA06; }
span { border-color: rgb(144,186,6); }
td.TdClassName
{
border-color: #90BA06;
}
.TagClassName
{
border-color: #90BA06;
}
</style>