Shades of Citrus #90B50F
Tints of Citrus #90B50F
RGB
CMYK
RGB Variations
Color information
#90B50F (or 0x90B50F) is known color: Citrus. HEX triplet: 90, B5 and 0F. RGB value is (144,181,15). Sum of RGB (Red+Green+Blue) = 144+181+15=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 181 (71.09% from 255 or 53.24% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 181 - color contains mainly: green. Hex color #90B50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90B50F is #6F4AF0. Grayscale: #979797. Windows color (decimal): -7293681 or 1029520. OLE color: 1029520.
HSL color Cylindrical-coordinate representation of color #90B50F: hue angle of 73.37º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90B50F is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 181 | 15 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.29 |
| HSL | 73.37º | 0.85% | 0.38% | - |
| HSV(B) | 73.37º | 0.92% | 0.71% | - |
| XYZ | 28.11 | 39.01 | 6.5 | - |
| YUV | 151.01 | 51.24 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 15 | 0.20 | 0 | 0.92 | 0.29 | 73.37 | 0.85 | 0.38 |
| Hex | 90 | B5 | F | 14 | 0 | 5C | 1D | 49 | 55 | 26 |
| Octal | 220 | 265 | 17 | 24 | 0 | 134 | 35 | 111 | 125 | 46 |
| Binary | 10010000 | 10110101 | 1111 | 10100 | 0 | 1011100 | 11101 | 1001001 | 1010101 | 100110 |
Color Harmonies of #90B50F
Complementary color
Monochromatic Colors of #90B50F
Black with #90B50F
Text Example
Text Example
White with #90B50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B50F; }
p { color: rgb(144,181,15); }
H1.HeaderClassName
{
color: #90B50F;
}
.AnyTagClassName
{
color: #90B50F;
}
</style>
background-color css
<style>
a { background-color: #90B50F; }
a { background-color: rgb(144,181,15); }
div.DivClassName
{
background-color: #90B50F;
}
.BgClassName
{
background-color: #90B50F;
}
</style>
border-color css
<style>
span { border-color: #90B50F; }
span { border-color: rgb(144,181,15); }
td.TdClassName
{
border-color: #90B50F;
}
.TagClassName
{
border-color: #90B50F;
}
</style>