Shades of Citron #96AB19
Tints of Citron #96AB19
RGB
CMYK
RGB Variations
Color information
#96AB19 (or 0x96AB19) is known color: Citron. HEX triplet: 96, AB and 19. RGB value is (150,171,25). Sum of RGB (Red+Green+Blue) = 150+171+25=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AB19 is #6954E6. Grayscale: #949494. Windows color (decimal): -6903015 or 1682326. OLE color: 1682326.
HSL color Cylindrical-coordinate representation of color #96AB19: hue angle of 68.63º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96AB19 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 171 | 25 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.33 |
| HSL | 68.63º | 0.74% | 0.38% | - |
| HSV(B) | 68.63º | 0.85% | 0.67% | - |
| XYZ | 27.32 | 35.68 | 6.37 | - |
| YUV | 148.08 | 58.54 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 25 | 0.12 | 0 | 0.85 | 0.33 | 68.63 | 0.74 | 0.38 |
| Hex | 96 | AB | 19 | C | 0 | 55 | 21 | 45 | 4A | 26 |
| Octal | 226 | 253 | 31 | 14 | 0 | 125 | 41 | 105 | 112 | 46 |
| Binary | 10010110 | 10101011 | 11001 | 1100 | 0 | 1010101 | 100001 | 1000101 | 1001010 | 100110 |
Color Harmonies of #96AB19
Complementary color
Monochromatic Colors of #96AB19
Black with #96AB19
Text Example
Text Example
White with #96AB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AB19; }
p { color: rgb(150,171,25); }
H1.HeaderClassName
{
color: #96AB19;
}
.AnyTagClassName
{
color: #96AB19;
}
</style>
background-color css
<style>
a { background-color: #96AB19; }
a { background-color: rgb(150,171,25); }
div.DivClassName
{
background-color: #96AB19;
}
.BgClassName
{
background-color: #96AB19;
}
</style>
border-color css
<style>
span { border-color: #96AB19; }
span { border-color: rgb(150,171,25); }
td.TdClassName
{
border-color: #96AB19;
}
.TagClassName
{
border-color: #96AB19;
}
</style>