Shades of Citrus #96AC0B
Tints of Citrus #96AC0B
RGB
CMYK
RGB Variations
Color information
#96AC0B (or 0x96AC0B) is known color: Citrus. HEX triplet: 96, AC and 0B. RGB value is (150,172,11). Sum of RGB (Red+Green+Blue) = 150+172+11=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AC0B is #6953F4. Grayscale: #939393. Windows color (decimal): -6902773 or 765078. OLE color: 765078.
HSL color Cylindrical-coordinate representation of color #96AC0B: hue angle of 68.2º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96AC0B is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 172 | 11 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.33 |
| HSL | 68.2º | 0.88% | 0.36% | - |
| HSV(B) | 68.2º | 0.94% | 0.67% | - |
| XYZ | 27.39 | 36.01 | 5.82 | - |
| YUV | 147.07 | 51.21 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 172 | 11 | 0.13 | 0 | 0.94 | 0.33 | 68.2 | 0.88 | 0.36 |
| Hex | 96 | AC | B | D | 0 | 5E | 21 | 44 | 58 | 24 |
| Octal | 226 | 254 | 13 | 15 | 0 | 136 | 41 | 104 | 130 | 44 |
| Binary | 10010110 | 10101100 | 1011 | 1101 | 0 | 1011110 | 100001 | 1000100 | 1011000 | 100100 |
Color Harmonies of #96AC0B
Complementary color
Monochromatic Colors of #96AC0B
Black with #96AC0B
Text Example
Text Example
White with #96AC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AC0B; }
p { color: rgb(150,172,11); }
H1.HeaderClassName
{
color: #96AC0B;
}
.AnyTagClassName
{
color: #96AC0B;
}
</style>
background-color css
<style>
a { background-color: #96AC0B; }
a { background-color: rgb(150,172,11); }
div.DivClassName
{
background-color: #96AC0B;
}
.BgClassName
{
background-color: #96AC0B;
}
</style>
border-color css
<style>
span { border-color: #96AC0B; }
span { border-color: rgb(150,172,11); }
td.TdClassName
{
border-color: #96AC0B;
}
.TagClassName
{
border-color: #96AC0B;
}
</style>