Shades of Citrus #90B511
Tints of Citrus #90B511
RGB
CMYK
RGB Variations
Color information
#90B511 (or 0x90B511) is known color: Citrus. HEX triplet: 90, B5 and 11. RGB value is (144,181,17). Sum of RGB (Red+Green+Blue) = 144+181+17=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 181 (71.09% from 255 or 52.92% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 181 - color contains mainly: green. Hex color #90B511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B511 is #6F4AEE. Grayscale: #979797. Windows color (decimal): -7293679 or 1160592. OLE color: 1160592.
HSL color Cylindrical-coordinate representation of color #90B511: hue angle of 73.54º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90B511 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 181 | 17 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.29 |
| HSL | 73.54º | 0.83% | 0.39% | - |
| HSV(B) | 73.54º | 0.91% | 0.71% | - |
| XYZ | 28.13 | 39.02 | 6.58 | - |
| YUV | 151.24 | 52.24 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 17 | 0.20 | 0 | 0.91 | 0.29 | 73.54 | 0.83 | 0.39 |
| Hex | 90 | B5 | 11 | 14 | 0 | 5B | 1D | 4A | 53 | 27 |
| Octal | 220 | 265 | 21 | 24 | 0 | 133 | 35 | 112 | 123 | 47 |
| Binary | 10010000 | 10110101 | 10001 | 10100 | 0 | 1011011 | 11101 | 1001010 | 1010011 | 100111 |
Color Harmonies of #90B511
Complementary color
Monochromatic Colors of #90B511
Black with #90B511
Text Example
Text Example
White with #90B511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B511; }
p { color: rgb(144,181,17); }
H1.HeaderClassName
{
color: #90B511;
}
.AnyTagClassName
{
color: #90B511;
}
</style>
background-color css
<style>
a { background-color: #90B511; }
a { background-color: rgb(144,181,17); }
div.DivClassName
{
background-color: #90B511;
}
.BgClassName
{
background-color: #90B511;
}
</style>
border-color css
<style>
span { border-color: #90B511; }
span { border-color: rgb(144,181,17); }
td.TdClassName
{
border-color: #90B511;
}
.TagClassName
{
border-color: #90B511;
}
</style>