Shades of Citrus #96A008
Tints of Citrus #96A008
RGB
CMYK
RGB Variations
Color information
#96A008 (or 0x96A008) is known color: Citrus. HEX triplet: 96, A0 and 08. RGB value is (150,160,8). Sum of RGB (Red+Green+Blue) = 150+160+8=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #96A008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A008 is #695FF7. Grayscale: #8C8C8C. Windows color (decimal): -6905848 or 565398. OLE color: 565398.
HSL color Cylindrical-coordinate representation of color #96A008: hue angle of 63.95º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96A008 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 160 | 8 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.37 |
| HSL | 63.95º | 0.9% | 0.33% | - |
| HSV(B) | 63.95º | 0.95% | 0.63% | - |
| XYZ | 25.19 | 31.64 | 5.01 | - |
| YUV | 139.68 | 53.69 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 8 | 0.06 | 0 | 0.95 | 0.37 | 63.95 | 0.9 | 0.33 |
| Hex | 96 | A0 | 8 | 6 | 0 | 5F | 25 | 40 | 5A | 21 |
| Octal | 226 | 240 | 10 | 6 | 0 | 137 | 45 | 100 | 132 | 41 |
| Binary | 10010110 | 10100000 | 1000 | 110 | 0 | 1011111 | 100101 | 1000000 | 1011010 | 100001 |
Color Harmonies of #96A008
Complementary color
Monochromatic Colors of #96A008
Black with #96A008
Text Example
Text Example
White with #96A008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A008; }
p { color: rgb(150,160,8); }
H1.HeaderClassName
{
color: #96A008;
}
.AnyTagClassName
{
color: #96A008;
}
</style>
background-color css
<style>
a { background-color: #96A008; }
a { background-color: rgb(150,160,8); }
div.DivClassName
{
background-color: #96A008;
}
.BgClassName
{
background-color: #96A008;
}
</style>
border-color css
<style>
span { border-color: #96A008; }
span { border-color: rgb(150,160,8); }
td.TdClassName
{
border-color: #96A008;
}
.TagClassName
{
border-color: #96A008;
}
</style>