Shades of Citrus #96B507
Tints of Citrus #96B507
RGB
CMYK
RGB Variations
Color information
#96B507 (or 0x96B507) is known color: Citrus. HEX triplet: 96, B5 and 07. RGB value is (150,181,7). Sum of RGB (Red+Green+Blue) = 150+181+7=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 181 (71.09% from 255 or 53.55% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 181 - color contains mainly: green. Hex color #96B507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B507 is #694AF8. Grayscale: #989898. Windows color (decimal): -6900473 or 505238. OLE color: 505238.
HSL color Cylindrical-coordinate representation of color #96B507: hue angle of 70.69º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96B507 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 181 | 7 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.29 |
| HSL | 70.69º | 0.93% | 0.37% | - |
| HSV(B) | 70.69º | 0.96% | 0.71% | - |
| XYZ | 29.14 | 39.55 | 6.3 | - |
| YUV | 151.9 | 46.23 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 181 | 7 | 0.17 | 0 | 0.96 | 0.29 | 70.69 | 0.93 | 0.37 |
| Hex | 96 | B5 | 7 | 11 | 0 | 60 | 1D | 47 | 5D | 25 |
| Octal | 226 | 265 | 7 | 21 | 0 | 140 | 35 | 107 | 135 | 45 |
| Binary | 10010110 | 10110101 | 111 | 10001 | 0 | 1100000 | 11101 | 1000111 | 1011101 | 100101 |
Color Harmonies of #96B507
Complementary color
Monochromatic Colors of #96B507
Black with #96B507
Text Example
Text Example
White with #96B507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B507; }
p { color: rgb(150,181,7); }
H1.HeaderClassName
{
color: #96B507;
}
.AnyTagClassName
{
color: #96B507;
}
</style>
background-color css
<style>
a { background-color: #96B507; }
a { background-color: rgb(150,181,7); }
div.DivClassName
{
background-color: #96B507;
}
.BgClassName
{
background-color: #96B507;
}
</style>
border-color css
<style>
span { border-color: #96B507; }
span { border-color: rgb(150,181,7); }
td.TdClassName
{
border-color: #96B507;
}
.TagClassName
{
border-color: #96B507;
}
</style>