Shades of Citrus #96B305
Tints of Citrus #96B305
RGB
CMYK
RGB Variations
Color information
#96B305 (or 0x96B305) is known color: Citrus. HEX triplet: 96, B3 and 05. RGB value is (150,179,5). Sum of RGB (Red+Green+Blue) = 150+179+5=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 179 (70.31% from 255 or 53.59% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 179 - color contains mainly: green. Hex color #96B305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B305 is #694CFA. Grayscale: #979797. Windows color (decimal): -6900987 or 373654. OLE color: 373654.
HSL color Cylindrical-coordinate representation of color #96B305: hue angle of 70º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96B305 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 179 | 5 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.30 |
| HSL | 70º | 0.95% | 0.36% | - |
| HSV(B) | 70º | 0.97% | 0.7% | - |
| XYZ | 28.73 | 38.74 | 6.11 | - |
| YUV | 150.49 | 45.89 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 179 | 5 | 0.16 | 0 | 0.97 | 0.30 | 70 | 0.95 | 0.36 |
| Hex | 96 | B3 | 5 | 10 | 0 | 61 | 1E | 46 | 5F | 24 |
| Octal | 226 | 263 | 5 | 20 | 0 | 141 | 36 | 106 | 137 | 44 |
| Binary | 10010110 | 10110011 | 101 | 10000 | 0 | 1100001 | 11110 | 1000110 | 1011111 | 100100 |
Color Harmonies of #96B305
Complementary color
Monochromatic Colors of #96B305
Black with #96B305
Text Example
Text Example
White with #96B305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B305; }
p { color: rgb(150,179,5); }
H1.HeaderClassName
{
color: #96B305;
}
.AnyTagClassName
{
color: #96B305;
}
</style>
background-color css
<style>
a { background-color: #96B305; }
a { background-color: rgb(150,179,5); }
div.DivClassName
{
background-color: #96B305;
}
.BgClassName
{
background-color: #96B305;
}
</style>
border-color css
<style>
span { border-color: #96B305; }
span { border-color: rgb(150,179,5); }
td.TdClassName
{
border-color: #96B305;
}
.TagClassName
{
border-color: #96B305;
}
</style>