Shades of Citrus #96B50F
Tints of Citrus #96B50F
RGB
CMYK
RGB Variations
Color information
#96B50F (or 0x96B50F) is known color: Citrus. HEX triplet: 96, B5 and 0F. RGB value is (150,181,15). Sum of RGB (Red+Green+Blue) = 150+181+15=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #96B50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B50F is #694AF0. Grayscale: #999999. Windows color (decimal): -6900465 or 1029526. OLE color: 1029526.
HSL color Cylindrical-coordinate representation of color #96B50F: hue angle of 71.2º 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 #96B50F is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 181 | 15 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.29 |
| HSL | 71.2º | 0.85% | 0.38% | - |
| HSV(B) | 71.2º | 0.92% | 0.71% | - |
| XYZ | 29.19 | 39.57 | 6.55 | - |
| YUV | 152.81 | 50.23 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 181 | 15 | 0.17 | 0 | 0.92 | 0.29 | 71.2 | 0.85 | 0.38 |
| Hex | 96 | B5 | F | 11 | 0 | 5C | 1D | 47 | 55 | 26 |
| Octal | 226 | 265 | 17 | 21 | 0 | 134 | 35 | 107 | 125 | 46 |
| Binary | 10010110 | 10110101 | 1111 | 10001 | 0 | 1011100 | 11101 | 1000111 | 1010101 | 100110 |
Color Harmonies of #96B50F
Complementary color
Monochromatic Colors of #96B50F
Black with #96B50F
Text Example
Text Example
White with #96B50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B50F; }
p { color: rgb(150,181,15); }
H1.HeaderClassName
{
color: #96B50F;
}
.AnyTagClassName
{
color: #96B50F;
}
</style>
background-color css
<style>
a { background-color: #96B50F; }
a { background-color: rgb(150,181,15); }
div.DivClassName
{
background-color: #96B50F;
}
.BgClassName
{
background-color: #96B50F;
}
</style>
border-color css
<style>
span { border-color: #96B50F; }
span { border-color: rgb(150,181,15); }
td.TdClassName
{
border-color: #96B50F;
}
.TagClassName
{
border-color: #96B50F;
}
</style>