Shades of Citrus #90B713
Tints of Citrus #90B713
RGB
CMYK
RGB Variations
Color information
#90B713 (or 0x90B713) is known color: Citrus. HEX triplet: 90, B7 and 13. RGB value is (144,183,19). Sum of RGB (Red+Green+Blue) = 144+183+19=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 183 (71.88% from 255 or 52.89% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 183 - color contains mainly: green. Hex color #90B713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B713 is #6F48EC. Grayscale: #999999. Windows color (decimal): -7293165 or 1292176. OLE color: 1292176.
HSL color Cylindrical-coordinate representation of color #90B713: hue angle of 74.27º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90B713 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 183 | 19 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.28 |
| HSL | 74.27º | 0.81% | 0.4% | - |
| HSV(B) | 74.27º | 0.9% | 0.72% | - |
| XYZ | 28.55 | 39.84 | 6.8 | - |
| YUV | 152.64 | 52.58 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 183 | 19 | 0.21 | 0 | 0.90 | 0.28 | 74.27 | 0.81 | 0.4 |
| Hex | 90 | B7 | 13 | 15 | 0 | 5A | 1C | 4A | 51 | 28 |
| Octal | 220 | 267 | 23 | 25 | 0 | 132 | 34 | 112 | 121 | 50 |
| Binary | 10010000 | 10110111 | 10011 | 10101 | 0 | 1011010 | 11100 | 1001010 | 1010001 | 101000 |
Color Harmonies of #90B713
Complementary color
Monochromatic Colors of #90B713
Black with #90B713
Text Example
Text Example
White with #90B713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B713; }
p { color: rgb(144,183,19); }
H1.HeaderClassName
{
color: #90B713;
}
.AnyTagClassName
{
color: #90B713;
}
</style>
background-color css
<style>
a { background-color: #90B713; }
a { background-color: rgb(144,183,19); }
div.DivClassName
{
background-color: #90B713;
}
.BgClassName
{
background-color: #90B713;
}
</style>
border-color css
<style>
span { border-color: #90B713; }
span { border-color: rgb(144,183,19); }
td.TdClassName
{
border-color: #90B713;
}
.TagClassName
{
border-color: #90B713;
}
</style>