Shades of Citrus #90B800
Tints of Citrus #90B800
RGB
CMYK
RGB Variations
Color information
#90B800 (or 0x90B800) is known color: Citrus. HEX triplet: 90, B8 and 00. RGB value is (144,184,0). Sum of RGB (Red+Green+Blue) = 144+184+0=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 184 (72.27% from 255 or 56.10% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 184 - color contains mainly: green. Hex color #90B800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B800 is #6F47FF. Grayscale: #979797. Windows color (decimal): -7292928 or 47248. OLE color: 47248.
HSL color Cylindrical-coordinate representation of color #90B800: hue angle of 73.04º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90B800 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 184 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.28 |
| HSL | 73.04º | 1% | 0.36% | - |
| HSV(B) | 73.04º | 1% | 0.72% | - |
| XYZ | 28.64 | 40.21 | 6.25 | - |
| YUV | 151.06 | 42.75 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 184 | 0 | 0.22 | 0 | 1 | 0.28 | 73.04 | 1 | 0.36 |
| Hex | 90 | B8 | 0 | 16 | 0 | 64 | 1C | 49 | 64 | 24 |
| Octal | 220 | 270 | 0 | 26 | 0 | 144 | 34 | 111 | 144 | 44 |
| Binary | 10010000 | 10111000 | 0 | 10110 | 0 | 1100100 | 11100 | 1001001 | 1100100 | 100100 |
Color Harmonies of #90B800
Complementary color
Monochromatic Colors of #90B800
Black with #90B800
Text Example
Text Example
White with #90B800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B800; }
p { color: rgb(144,184,0); }
H1.HeaderClassName
{
color: #90B800;
}
.AnyTagClassName
{
color: #90B800;
}
</style>
background-color css
<style>
a { background-color: #90B800; }
a { background-color: rgb(144,184,0); }
div.DivClassName
{
background-color: #90B800;
}
.BgClassName
{
background-color: #90B800;
}
</style>
border-color css
<style>
span { border-color: #90B800; }
span { border-color: rgb(144,184,0); }
td.TdClassName
{
border-color: #90B800;
}
.TagClassName
{
border-color: #90B800;
}
</style>