Shades of Citrus #96B301
Tints of Citrus #96B301
RGB
CMYK
RGB Variations
Color information
#96B301 (or 0x96B301) is known color: Citrus. HEX triplet: 96, B3 and 01. RGB value is (150,179,1). Sum of RGB (Red+Green+Blue) = 150+179+1=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 179 (70.31% from 255 or 54.24% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 179 - color contains mainly: green. Hex color #96B301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96B301 is #694CFE. Grayscale: #969696. Windows color (decimal): -6900991 or 111510. OLE color: 111510.
HSL color Cylindrical-coordinate representation of color #96B301: hue angle of 69.78º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96B301 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 179 | 1 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.30 |
| HSL | 69.78º | 0.99% | 0.35% | - |
| HSV(B) | 69.78º | 0.99% | 0.7% | - |
| XYZ | 28.7 | 38.73 | 5.99 | - |
| YUV | 150.04 | 43.89 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 179 | 1 | 0.16 | 0 | 0.99 | 0.30 | 69.78 | 0.99 | 0.35 |
| Hex | 96 | B3 | 1 | 10 | 0 | 63 | 1E | 46 | 63 | 23 |
| Octal | 226 | 263 | 1 | 20 | 0 | 143 | 36 | 106 | 143 | 43 |
| Binary | 10010110 | 10110011 | 1 | 10000 | 0 | 1100011 | 11110 | 1000110 | 1100011 | 100011 |
Color Harmonies of #96B301
Complementary color
Monochromatic Colors of #96B301
Black with #96B301
Text Example
Text Example
White with #96B301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B301; }
p { color: rgb(150,179,1); }
H1.HeaderClassName
{
color: #96B301;
}
.AnyTagClassName
{
color: #96B301;
}
</style>
background-color css
<style>
a { background-color: #96B301; }
a { background-color: rgb(150,179,1); }
div.DivClassName
{
background-color: #96B301;
}
.BgClassName
{
background-color: #96B301;
}
</style>
border-color css
<style>
span { border-color: #96B301; }
span { border-color: rgb(150,179,1); }
td.TdClassName
{
border-color: #96B301;
}
.TagClassName
{
border-color: #96B301;
}
</style>