Shades of Citrus #91B50F
Tints of Citrus #91B50F
RGB
CMYK
RGB Variations
Color information
#91B50F (or 0x91B50F) is known color: Citrus. HEX triplet: 91, B5 and 0F. RGB value is (145,181,15). Sum of RGB (Red+Green+Blue) = 145+181+15=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #91B50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91B50F is #6E4AF0. Grayscale: #979797. Windows color (decimal): -7228145 or 1029521. OLE color: 1029521.
HSL color Cylindrical-coordinate representation of color #91B50F: hue angle of 73.01º 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 #91B50F is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 181 | 15 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.29 |
| HSL | 73.01º | 0.85% | 0.38% | - |
| HSV(B) | 73.01º | 0.92% | 0.71% | - |
| XYZ | 28.29 | 39.1 | 6.51 | - |
| YUV | 151.31 | 51.07 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 181 | 15 | 0.20 | 0 | 0.92 | 0.29 | 73.01 | 0.85 | 0.38 |
| Hex | 91 | B5 | F | 14 | 0 | 5C | 1D | 49 | 55 | 26 |
| Octal | 221 | 265 | 17 | 24 | 0 | 134 | 35 | 111 | 125 | 46 |
| Binary | 10010001 | 10110101 | 1111 | 10100 | 0 | 1011100 | 11101 | 1001001 | 1010101 | 100110 |
Color Harmonies of #91B50F
Complementary color
Monochromatic Colors of #91B50F
Black with #91B50F
Text Example
Text Example
White with #91B50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B50F; }
p { color: rgb(145,181,15); }
H1.HeaderClassName
{
color: #91B50F;
}
.AnyTagClassName
{
color: #91B50F;
}
</style>
background-color css
<style>
a { background-color: #91B50F; }
a { background-color: rgb(145,181,15); }
div.DivClassName
{
background-color: #91B50F;
}
.BgClassName
{
background-color: #91B50F;
}
</style>
border-color css
<style>
span { border-color: #91B50F; }
span { border-color: rgb(145,181,15); }
td.TdClassName
{
border-color: #91B50F;
}
.TagClassName
{
border-color: #91B50F;
}
</style>