Shades of Citrus #90B808
Tints of Citrus #90B808
RGB
CMYK
RGB Variations
Color information
#90B808 (or 0x90B808) is known color: Citrus. HEX triplet: 90, B8 and 08. RGB value is (144,184,8). Sum of RGB (Red+Green+Blue) = 144+184+8=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 184 (72.27% from 255 or 54.76% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 184 - color contains mainly: green. Hex color #90B808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B808 is #6F47F7. Grayscale: #989898. Windows color (decimal): -7292920 or 571536. OLE color: 571536.
HSL color Cylindrical-coordinate representation of color #90B808: hue angle of 73.64º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90B808 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 184 | 8 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.28 |
| HSL | 73.64º | 0.92% | 0.38% | - |
| HSV(B) | 73.64º | 0.96% | 0.72% | - |
| XYZ | 28.69 | 40.23 | 6.48 | - |
| YUV | 151.98 | 46.75 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 184 | 8 | 0.22 | 0 | 0.96 | 0.28 | 73.64 | 0.92 | 0.38 |
| Hex | 90 | B8 | 8 | 16 | 0 | 60 | 1C | 4A | 5C | 26 |
| Octal | 220 | 270 | 10 | 26 | 0 | 140 | 34 | 112 | 134 | 46 |
| Binary | 10010000 | 10111000 | 1000 | 10110 | 0 | 1100000 | 11100 | 1001010 | 1011100 | 100110 |
Color Harmonies of #90B808
Complementary color
Monochromatic Colors of #90B808
Black with #90B808
Text Example
Text Example
White with #90B808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B808; }
p { color: rgb(144,184,8); }
H1.HeaderClassName
{
color: #90B808;
}
.AnyTagClassName
{
color: #90B808;
}
</style>
background-color css
<style>
a { background-color: #90B808; }
a { background-color: rgb(144,184,8); }
div.DivClassName
{
background-color: #90B808;
}
.BgClassName
{
background-color: #90B808;
}
</style>
border-color css
<style>
span { border-color: #90B808; }
span { border-color: rgb(144,184,8); }
td.TdClassName
{
border-color: #90B808;
}
.TagClassName
{
border-color: #90B808;
}
</style>