Shades of Citrus #90B711
Tints of Citrus #90B711
RGB
CMYK
RGB Variations
Color information
#90B711 (or 0x90B711) is known color: Citrus. HEX triplet: 90, B7 and 11. RGB value is (144,183,17). Sum of RGB (Red+Green+Blue) = 144+183+17=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 183 (71.88% from 255 or 53.20% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 183 - color contains mainly: green. Hex color #90B711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B711 is #6F48EE. Grayscale: #999999. Windows color (decimal): -7293167 or 1161104. OLE color: 1161104.
HSL color Cylindrical-coordinate representation of color #90B711: hue angle of 74.1º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90B711 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 183 | 17 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.28 |
| HSL | 74.1º | 0.83% | 0.39% | - |
| HSV(B) | 74.1º | 0.91% | 0.72% | - |
| XYZ | 28.54 | 39.84 | 6.72 | - |
| YUV | 152.42 | 51.58 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 183 | 17 | 0.21 | 0 | 0.91 | 0.28 | 74.1 | 0.83 | 0.39 |
| Hex | 90 | B7 | 11 | 15 | 0 | 5B | 1C | 4A | 53 | 27 |
| Octal | 220 | 267 | 21 | 25 | 0 | 133 | 34 | 112 | 123 | 47 |
| Binary | 10010000 | 10110111 | 10001 | 10101 | 0 | 1011011 | 11100 | 1001010 | 1010011 | 100111 |
Color Harmonies of #90B711
Complementary color
Monochromatic Colors of #90B711
Black with #90B711
Text Example
Text Example
White with #90B711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B711; }
p { color: rgb(144,183,17); }
H1.HeaderClassName
{
color: #90B711;
}
.AnyTagClassName
{
color: #90B711;
}
</style>
background-color css
<style>
a { background-color: #90B711; }
a { background-color: rgb(144,183,17); }
div.DivClassName
{
background-color: #90B711;
}
.BgClassName
{
background-color: #90B711;
}
</style>
border-color css
<style>
span { border-color: #90B711; }
span { border-color: rgb(144,183,17); }
td.TdClassName
{
border-color: #90B711;
}
.TagClassName
{
border-color: #90B711;
}
</style>