Shades of Citrus #90BB01
Tints of Citrus #90BB01
RGB
CMYK
RGB Variations
Color information
#90BB01 (or 0x90BB01) is known color: Citrus. HEX triplet: 90, BB and 01. RGB value is (144,187,1). Sum of RGB (Red+Green+Blue) = 144+187+1=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 187 (73.44% from 255 or 56.33% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 187 - color contains mainly: green. Hex color #90BB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90BB01 is #6F44FE. Grayscale: #999999. Windows color (decimal): -7292159 or 113552. OLE color: 113552.
HSL color Cylindrical-coordinate representation of color #90BB01: hue angle of 73.87º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90BB01 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 187 | 1 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.27 |
| HSL | 73.87º | 0.99% | 0.37% | - |
| HSV(B) | 73.87º | 0.99% | 0.73% | - |
| XYZ | 29.28 | 41.47 | 6.49 | - |
| YUV | 152.94 | 42.25 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 187 | 1 | 0.23 | 0 | 0.99 | 0.27 | 73.87 | 0.99 | 0.37 |
| Hex | 90 | BB | 1 | 17 | 0 | 63 | 1B | 4A | 63 | 25 |
| Octal | 220 | 273 | 1 | 27 | 0 | 143 | 33 | 112 | 143 | 45 |
| Binary | 10010000 | 10111011 | 1 | 10111 | 0 | 1100011 | 11011 | 1001010 | 1100011 | 100101 |
Color Harmonies of #90BB01
Complementary color
Monochromatic Colors of #90BB01
Black with #90BB01
Text Example
Text Example
White with #90BB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BB01; }
p { color: rgb(144,187,1); }
H1.HeaderClassName
{
color: #90BB01;
}
.AnyTagClassName
{
color: #90BB01;
}
</style>
background-color css
<style>
a { background-color: #90BB01; }
a { background-color: rgb(144,187,1); }
div.DivClassName
{
background-color: #90BB01;
}
.BgClassName
{
background-color: #90BB01;
}
</style>
border-color css
<style>
span { border-color: #90BB01; }
span { border-color: rgb(144,187,1); }
td.TdClassName
{
border-color: #90BB01;
}
.TagClassName
{
border-color: #90BB01;
}
</style>