Shades of Citrus #90BB05
Tints of Citrus #90BB05
RGB
CMYK
RGB Variations
Color information
#90BB05 (or 0x90BB05) is known color: Citrus. HEX triplet: 90, BB and 05. RGB value is (144,187,5). Sum of RGB (Red+Green+Blue) = 144+187+5=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 187 (73.44% from 255 or 55.65% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 187 - color contains mainly: green. Hex color #90BB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BB05 is #6F44FA. Grayscale: #9A9A9A. Windows color (decimal): -7292155 or 375696. OLE color: 375696.
HSL color Cylindrical-coordinate representation of color #90BB05: hue angle of 74.18º degrees, saturation: 0.95, 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 #90BB05 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 187 | 5 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.27 |
| HSL | 74.18º | 0.95% | 0.38% | - |
| HSV(B) | 74.18º | 0.97% | 0.73% | - |
| XYZ | 29.3 | 41.48 | 6.61 | - |
| YUV | 153.4 | 44.25 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 187 | 5 | 0.23 | 0 | 0.97 | 0.27 | 74.18 | 0.95 | 0.38 |
| Hex | 90 | BB | 5 | 17 | 0 | 61 | 1B | 4A | 5F | 26 |
| Octal | 220 | 273 | 5 | 27 | 0 | 141 | 33 | 112 | 137 | 46 |
| Binary | 10010000 | 10111011 | 101 | 10111 | 0 | 1100001 | 11011 | 1001010 | 1011111 | 100110 |
Color Harmonies of #90BB05
Complementary color
Monochromatic Colors of #90BB05
Black with #90BB05
Text Example
Text Example
White with #90BB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BB05; }
p { color: rgb(144,187,5); }
H1.HeaderClassName
{
color: #90BB05;
}
.AnyTagClassName
{
color: #90BB05;
}
</style>
background-color css
<style>
a { background-color: #90BB05; }
a { background-color: rgb(144,187,5); }
div.DivClassName
{
background-color: #90BB05;
}
.BgClassName
{
background-color: #90BB05;
}
</style>
border-color css
<style>
span { border-color: #90BB05; }
span { border-color: rgb(144,187,5); }
td.TdClassName
{
border-color: #90BB05;
}
.TagClassName
{
border-color: #90BB05;
}
</style>