Shades of Citrus #96AB0F
Tints of Citrus #96AB0F
RGB
CMYK
RGB Variations
Color information
#96AB0F (or 0x96AB0F) is known color: Citrus. HEX triplet: 96, AB and 0F. RGB value is (150,171,15). Sum of RGB (Red+Green+Blue) = 150+171+15=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #96AB0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AB0F is #6954F0. Grayscale: #939393. Windows color (decimal): -6903025 or 1026966. OLE color: 1026966.
HSL color Cylindrical-coordinate representation of color #96AB0F: hue angle of 68.08º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96AB0F is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 171 | 15 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.33 |
| HSL | 68.08º | 0.84% | 0.36% | - |
| HSV(B) | 68.08º | 0.91% | 0.67% | - |
| XYZ | 27.23 | 35.64 | 5.9 | - |
| YUV | 146.94 | 53.54 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 171 | 15 | 0.12 | 0 | 0.91 | 0.33 | 68.08 | 0.84 | 0.36 |
| Hex | 96 | AB | F | C | 0 | 5B | 21 | 44 | 54 | 24 |
| Octal | 226 | 253 | 17 | 14 | 0 | 133 | 41 | 104 | 124 | 44 |
| Binary | 10010110 | 10101011 | 1111 | 1100 | 0 | 1011011 | 100001 | 1000100 | 1010100 | 100100 |
Color Harmonies of #96AB0F
Complementary color
Monochromatic Colors of #96AB0F
Black with #96AB0F
Text Example
Text Example
White with #96AB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AB0F; }
p { color: rgb(150,171,15); }
H1.HeaderClassName
{
color: #96AB0F;
}
.AnyTagClassName
{
color: #96AB0F;
}
</style>
background-color css
<style>
a { background-color: #96AB0F; }
a { background-color: rgb(150,171,15); }
div.DivClassName
{
background-color: #96AB0F;
}
.BgClassName
{
background-color: #96AB0F;
}
</style>
border-color css
<style>
span { border-color: #96AB0F; }
span { border-color: rgb(150,171,15); }
td.TdClassName
{
border-color: #96AB0F;
}
.TagClassName
{
border-color: #96AB0F;
}
</style>