Shades of Citrus #90B710
Tints of Citrus #90B710
RGB
CMYK
RGB Variations
Color information
#90B710 (or 0x90B710) is known color: Citrus. HEX triplet: 90, B7 and 10. RGB value is (144,183,16). Sum of RGB (Red+Green+Blue) = 144+183+16=343 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.98% from 343); Green value is 183 (71.88% from 255 or 53.35% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 183 - color contains mainly: green. Hex color #90B710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B710 is #6F48EF. Grayscale: #989898. Windows color (decimal): -7293168 or 1095568. OLE color: 1095568.
HSL color Cylindrical-coordinate representation of color #90B710: hue angle of 74.01º degrees, saturation: 0.84, 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 #90B710 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 183 | 16 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.28 |
| HSL | 74.01º | 0.84% | 0.39% | - |
| HSV(B) | 74.01º | 0.91% | 0.72% | - |
| XYZ | 28.53 | 39.83 | 6.68 | - |
| YUV | 152.3 | 51.08 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 183 | 16 | 0.21 | 0 | 0.91 | 0.28 | 74.01 | 0.84 | 0.39 |
| Hex | 90 | B7 | 10 | 15 | 0 | 5B | 1C | 4A | 54 | 27 |
| Octal | 220 | 267 | 20 | 25 | 0 | 133 | 34 | 112 | 124 | 47 |
| Binary | 10010000 | 10110111 | 10000 | 10101 | 0 | 1011011 | 11100 | 1001010 | 1010100 | 100111 |
Color Harmonies of #90B710
Complementary color
Monochromatic Colors of #90B710
Black with #90B710
Text Example
Text Example
White with #90B710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B710; }
p { color: rgb(144,183,16); }
H1.HeaderClassName
{
color: #90B710;
}
.AnyTagClassName
{
color: #90B710;
}
</style>
background-color css
<style>
a { background-color: #90B710; }
a { background-color: rgb(144,183,16); }
div.DivClassName
{
background-color: #90B710;
}
.BgClassName
{
background-color: #90B710;
}
</style>
border-color css
<style>
span { border-color: #90B710; }
span { border-color: rgb(144,183,16); }
td.TdClassName
{
border-color: #90B710;
}
.TagClassName
{
border-color: #90B710;
}
</style>