Shades of Citron #96A719
Tints of Citron #96A719
RGB
CMYK
RGB Variations
Color information
#96A719 (or 0x96A719) is known color: Citron. HEX triplet: 96, A7 and 19. RGB value is (150,167,25). Sum of RGB (Red+Green+Blue) = 150+167+25=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 167 (65.62% from 255 or 48.83% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 167 - color contains mainly: green. Hex color #96A719 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96A719 is #6958E6. Grayscale: #929292. Windows color (decimal): -6904039 or 1681302. OLE color: 1681302.
HSL color Cylindrical-coordinate representation of color #96A719: hue angle of 67.18º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96A719 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 167 | 25 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.35 |
| HSL | 67.18º | 0.74% | 0.38% | - |
| HSV(B) | 67.18º | 0.85% | 0.65% | - |
| XYZ | 26.57 | 34.19 | 6.12 | - |
| YUV | 145.73 | 59.87 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 167 | 25 | 0.10 | 0 | 0.85 | 0.35 | 67.18 | 0.74 | 0.38 |
| Hex | 96 | A7 | 19 | A | 0 | 55 | 23 | 43 | 4A | 26 |
| Octal | 226 | 247 | 31 | 12 | 0 | 125 | 43 | 103 | 112 | 46 |
| Binary | 10010110 | 10100111 | 11001 | 1010 | 0 | 1010101 | 100011 | 1000011 | 1001010 | 100110 |
Color Harmonies of #96A719
Complementary color
Monochromatic Colors of #96A719
Black with #96A719
Text Example
Text Example
White with #96A719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A719; }
p { color: rgb(150,167,25); }
H1.HeaderClassName
{
color: #96A719;
}
.AnyTagClassName
{
color: #96A719;
}
</style>
background-color css
<style>
a { background-color: #96A719; }
a { background-color: rgb(150,167,25); }
div.DivClassName
{
background-color: #96A719;
}
.BgClassName
{
background-color: #96A719;
}
</style>
border-color css
<style>
span { border-color: #96A719; }
span { border-color: rgb(150,167,25); }
td.TdClassName
{
border-color: #96A719;
}
.TagClassName
{
border-color: #96A719;
}
</style>