Shades of Citrus #96A70B
Tints of Citrus #96A70B
RGB
CMYK
RGB Variations
Color information
#96A70B (or 0x96A70B) is known color: Citrus. HEX triplet: 96, A7 and 0B. RGB value is (150,167,11). Sum of RGB (Red+Green+Blue) = 150+167+11=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 167 (65.62% from 255 or 50.91% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 167 - color contains mainly: green. Hex color #96A70B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A70B is #6958F4. Grayscale: #909090. Windows color (decimal): -6904053 or 763798. OLE color: 763798.
HSL color Cylindrical-coordinate representation of color #96A70B: hue angle of 66.54º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96A70B is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 167 | 11 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.35 |
| HSL | 66.54º | 0.88% | 0.35% | - |
| HSV(B) | 66.54º | 0.93% | 0.65% | - |
| XYZ | 26.46 | 34.15 | 5.51 | - |
| YUV | 144.13 | 52.87 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 167 | 11 | 0.10 | 0 | 0.93 | 0.35 | 66.54 | 0.88 | 0.35 |
| Hex | 96 | A7 | B | A | 0 | 5D | 23 | 43 | 58 | 23 |
| Octal | 226 | 247 | 13 | 12 | 0 | 135 | 43 | 103 | 130 | 43 |
| Binary | 10010110 | 10100111 | 1011 | 1010 | 0 | 1011101 | 100011 | 1000011 | 1011000 | 100011 |
Color Harmonies of #96A70B
Complementary color
Monochromatic Colors of #96A70B
Black with #96A70B
Text Example
Text Example
White with #96A70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A70B; }
p { color: rgb(150,167,11); }
H1.HeaderClassName
{
color: #96A70B;
}
.AnyTagClassName
{
color: #96A70B;
}
</style>
background-color css
<style>
a { background-color: #96A70B; }
a { background-color: rgb(150,167,11); }
div.DivClassName
{
background-color: #96A70B;
}
.BgClassName
{
background-color: #96A70B;
}
</style>
border-color css
<style>
span { border-color: #96A70B; }
span { border-color: rgb(150,167,11); }
td.TdClassName
{
border-color: #96A70B;
}
.TagClassName
{
border-color: #96A70B;
}
</style>