Shades of Citrus #90BA05
Tints of Citrus #90BA05
RGB
CMYK
RGB Variations
Color information
#90BA05 (or 0x90BA05) is known color: Citrus. HEX triplet: 90, BA and 05. RGB value is (144,186,5). Sum of RGB (Red+Green+Blue) = 144+186+5=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #90BA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BA05 is #6F45FA. Grayscale: #999999. Windows color (decimal): -7292411 or 375440. OLE color: 375440.
HSL color Cylindrical-coordinate representation of color #90BA05: hue angle of 73.92º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #90BA05 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 186 | 5 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.27 |
| HSL | 73.92º | 0.95% | 0.37% | - |
| HSV(B) | 73.92º | 0.97% | 0.73% | - |
| XYZ | 29.09 | 41.06 | 6.54 | - |
| YUV | 152.81 | 44.59 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 5 | 0.23 | 0 | 0.97 | 0.27 | 73.92 | 0.95 | 0.37 |
| Hex | 90 | BA | 5 | 17 | 0 | 61 | 1B | 4A | 5F | 25 |
| Octal | 220 | 272 | 5 | 27 | 0 | 141 | 33 | 112 | 137 | 45 |
| Binary | 10010000 | 10111010 | 101 | 10111 | 0 | 1100001 | 11011 | 1001010 | 1011111 | 100101 |
Color Harmonies of #90BA05
Complementary color
Monochromatic Colors of #90BA05
Black with #90BA05
Text Example
Text Example
White with #90BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BA05; }
p { color: rgb(144,186,5); }
H1.HeaderClassName
{
color: #90BA05;
}
.AnyTagClassName
{
color: #90BA05;
}
</style>
background-color css
<style>
a { background-color: #90BA05; }
a { background-color: rgb(144,186,5); }
div.DivClassName
{
background-color: #90BA05;
}
.BgClassName
{
background-color: #90BA05;
}
</style>
border-color css
<style>
span { border-color: #90BA05; }
span { border-color: rgb(144,186,5); }
td.TdClassName
{
border-color: #90BA05;
}
.TagClassName
{
border-color: #90BA05;
}
</style>