Shades of Citrus #90B515
Tints of Citrus #90B515
RGB
CMYK
RGB Variations
Color information
#90B515 (or 0x90B515) is known color: Citrus. HEX triplet: 90, B5 and 15. RGB value is (144,181,21). Sum of RGB (Red+Green+Blue) = 144+181+21=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #90B515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B515 is #6F4AEA. Grayscale: #989898. Windows color (decimal): -7293675 or 1422736. OLE color: 1422736.
HSL color Cylindrical-coordinate representation of color #90B515: hue angle of 73.88º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90B515 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 181 | 21 | - |
| CMYK | 0.20 | 0 | 0.88 | 0.29 |
| HSL | 73.88º | 0.79% | 0.4% | - |
| HSV(B) | 73.88º | 0.88% | 0.71% | - |
| XYZ | 28.16 | 39.03 | 6.76 | - |
| YUV | 151.7 | 54.24 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 21 | 0.20 | 0 | 0.88 | 0.29 | 73.88 | 0.79 | 0.4 |
| Hex | 90 | B5 | 15 | 14 | 0 | 58 | 1D | 4A | 4F | 28 |
| Octal | 220 | 265 | 25 | 24 | 0 | 130 | 35 | 112 | 117 | 50 |
| Binary | 10010000 | 10110101 | 10101 | 10100 | 0 | 1011000 | 11101 | 1001010 | 1001111 | 101000 |
Color Harmonies of #90B515
Complementary color
Monochromatic Colors of #90B515
Black with #90B515
Text Example
Text Example
White with #90B515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B515; }
p { color: rgb(144,181,21); }
H1.HeaderClassName
{
color: #90B515;
}
.AnyTagClassName
{
color: #90B515;
}
</style>
background-color css
<style>
a { background-color: #90B515; }
a { background-color: rgb(144,181,21); }
div.DivClassName
{
background-color: #90B515;
}
.BgClassName
{
background-color: #90B515;
}
</style>
border-color css
<style>
span { border-color: #90B515; }
span { border-color: rgb(144,181,21); }
td.TdClassName
{
border-color: #90B515;
}
.TagClassName
{
border-color: #90B515;
}
</style>