Shades of Citrus #96AB18
Tints of Citrus #96AB18
RGB
CMYK
RGB Variations
Color information
#96AB18 (or 0x96AB18) is known color: Citrus. HEX triplet: 96, AB and 18. RGB value is (150,171,24). Sum of RGB (Red+Green+Blue) = 150+171+24=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AB18 is #6954E7. Grayscale: #949494. Windows color (decimal): -6903016 or 1616790. OLE color: 1616790.
HSL color Cylindrical-coordinate representation of color #96AB18: hue angle of 68.57º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96AB18 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 171 | 24 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.33 |
| HSL | 68.57º | 0.75% | 0.38% | - |
| HSV(B) | 68.57º | 0.86% | 0.67% | - |
| XYZ | 27.31 | 35.68 | 6.31 | - |
| YUV | 147.96 | 58.04 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 24 | 0.12 | 0 | 0.86 | 0.33 | 68.57 | 0.75 | 0.38 |
| Hex | 96 | AB | 18 | C | 0 | 56 | 21 | 45 | 4B | 26 |
| Octal | 226 | 253 | 30 | 14 | 0 | 126 | 41 | 105 | 113 | 46 |
| Binary | 10010110 | 10101011 | 11000 | 1100 | 0 | 1010110 | 100001 | 1000101 | 1001011 | 100110 |
Color Harmonies of #96AB18
Complementary color
Monochromatic Colors of #96AB18
Black with #96AB18
Text Example
Text Example
White with #96AB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AB18; }
p { color: rgb(150,171,24); }
H1.HeaderClassName
{
color: #96AB18;
}
.AnyTagClassName
{
color: #96AB18;
}
</style>
background-color css
<style>
a { background-color: #96AB18; }
a { background-color: rgb(150,171,24); }
div.DivClassName
{
background-color: #96AB18;
}
.BgClassName
{
background-color: #96AB18;
}
</style>
border-color css
<style>
span { border-color: #96AB18; }
span { border-color: rgb(150,171,24); }
td.TdClassName
{
border-color: #96AB18;
}
.TagClassName
{
border-color: #96AB18;
}
</style>