Shades of Citrus #90B50D
Tints of Citrus #90B50D
RGB
CMYK
RGB Variations
Color information
#90B50D (or 0x90B50D) is known color: Citrus. HEX triplet: 90, B5 and 0D. RGB value is (144,181,13). Sum of RGB (Red+Green+Blue) = 144+181+13=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 181 (71.09% from 255 or 53.55% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 181 - color contains mainly: green. Hex color #90B50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B50D is #6F4AF2. Grayscale: #979797. Windows color (decimal): -7293683 or 898448. OLE color: 898448.
HSL color Cylindrical-coordinate representation of color #90B50D: hue angle of 73.21º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90B50D is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 181 | 13 | - |
| CMYK | 0.20 | 0 | 0.93 | 0.29 |
| HSL | 73.21º | 0.87% | 0.38% | - |
| HSV(B) | 73.21º | 0.93% | 0.71% | - |
| XYZ | 28.1 | 39.01 | 6.43 | - |
| YUV | 150.79 | 50.24 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 13 | 0.20 | 0 | 0.93 | 0.29 | 73.21 | 0.87 | 0.38 |
| Hex | 90 | B5 | D | 14 | 0 | 5D | 1D | 49 | 57 | 26 |
| Octal | 220 | 265 | 15 | 24 | 0 | 135 | 35 | 111 | 127 | 46 |
| Binary | 10010000 | 10110101 | 1101 | 10100 | 0 | 1011101 | 11101 | 1001001 | 1010111 | 100110 |
Color Harmonies of #90B50D
Complementary color
Monochromatic Colors of #90B50D
Black with #90B50D
Text Example
Text Example
White with #90B50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B50D; }
p { color: rgb(144,181,13); }
H1.HeaderClassName
{
color: #90B50D;
}
.AnyTagClassName
{
color: #90B50D;
}
</style>
background-color css
<style>
a { background-color: #90B50D; }
a { background-color: rgb(144,181,13); }
div.DivClassName
{
background-color: #90B50D;
}
.BgClassName
{
background-color: #90B50D;
}
</style>
border-color css
<style>
span { border-color: #90B50D; }
span { border-color: rgb(144,181,13); }
td.TdClassName
{
border-color: #90B50D;
}
.TagClassName
{
border-color: #90B50D;
}
</style>