Shades of Citrus #90B311
Tints of Citrus #90B311
RGB
CMYK
RGB Variations
Color information
#90B311 (or 0x90B311) is known color: Citrus. HEX triplet: 90, B3 and 11. RGB value is (144,179,17). Sum of RGB (Red+Green+Blue) = 144+179+17=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 179 (70.31% from 255 or 52.65% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 179 - color contains mainly: green. Hex color #90B311 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B311 is #6F4CEE. Grayscale: #969696. Windows color (decimal): -7294191 or 1160080. OLE color: 1160080.
HSL color Cylindrical-coordinate representation of color #90B311: hue angle of 72.96º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90B311 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 179 | 17 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.30 |
| HSL | 72.96º | 0.83% | 0.38% | - |
| HSV(B) | 72.96º | 0.91% | 0.7% | - |
| XYZ | 27.72 | 38.21 | 6.44 | - |
| YUV | 150.07 | 52.9 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 179 | 17 | 0.20 | 0 | 0.91 | 0.30 | 72.96 | 0.83 | 0.38 |
| Hex | 90 | B3 | 11 | 14 | 0 | 5B | 1E | 49 | 53 | 26 |
| Octal | 220 | 263 | 21 | 24 | 0 | 133 | 36 | 111 | 123 | 46 |
| Binary | 10010000 | 10110011 | 10001 | 10100 | 0 | 1011011 | 11110 | 1001001 | 1010011 | 100110 |
Color Harmonies of #90B311
Complementary color
Monochromatic Colors of #90B311
Black with #90B311
Text Example
Text Example
White with #90B311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B311; }
p { color: rgb(144,179,17); }
H1.HeaderClassName
{
color: #90B311;
}
.AnyTagClassName
{
color: #90B311;
}
</style>
background-color css
<style>
a { background-color: #90B311; }
a { background-color: rgb(144,179,17); }
div.DivClassName
{
background-color: #90B311;
}
.BgClassName
{
background-color: #90B311;
}
</style>
border-color css
<style>
span { border-color: #90B311; }
span { border-color: rgb(144,179,17); }
td.TdClassName
{
border-color: #90B311;
}
.TagClassName
{
border-color: #90B311;
}
</style>