Shades of Citrus #96AB15
Tints of Citrus #96AB15
RGB
CMYK
RGB Variations
Color information
#96AB15 (or 0x96AB15) is known color: Citrus. HEX triplet: 96, AB and 15. RGB value is (150,171,21). Sum of RGB (Red+Green+Blue) = 150+171+21=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AB15 is #6954EA. Grayscale: #949494. Windows color (decimal): -6903019 or 1420182. OLE color: 1420182.
HSL color Cylindrical-coordinate representation of color #96AB15: hue angle of 68.4º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96AB15 is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 171 | 21 | - |
| CMYK | 0.12 | 0 | 0.88 | 0.33 |
| HSL | 68.4º | 0.78% | 0.38% | - |
| HSV(B) | 68.4º | 0.88% | 0.67% | - |
| XYZ | 27.28 | 35.66 | 6.16 | - |
| YUV | 147.62 | 56.54 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 21 | 0.12 | 0 | 0.88 | 0.33 | 68.4 | 0.78 | 0.38 |
| Hex | 96 | AB | 15 | C | 0 | 58 | 21 | 44 | 4E | 26 |
| Octal | 226 | 253 | 25 | 14 | 0 | 130 | 41 | 104 | 116 | 46 |
| Binary | 10010110 | 10101011 | 10101 | 1100 | 0 | 1011000 | 100001 | 1000100 | 1001110 | 100110 |
Color Harmonies of #96AB15
Complementary color
Monochromatic Colors of #96AB15
Black with #96AB15
Text Example
Text Example
White with #96AB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AB15; }
p { color: rgb(150,171,21); }
H1.HeaderClassName
{
color: #96AB15;
}
.AnyTagClassName
{
color: #96AB15;
}
</style>
background-color css
<style>
a { background-color: #96AB15; }
a { background-color: rgb(150,171,21); }
div.DivClassName
{
background-color: #96AB15;
}
.BgClassName
{
background-color: #96AB15;
}
</style>
border-color css
<style>
span { border-color: #96AB15; }
span { border-color: rgb(150,171,21); }
td.TdClassName
{
border-color: #96AB15;
}
.TagClassName
{
border-color: #96AB15;
}
</style>