Shades of Citrus #ABAB0E
Tints of Citrus #ABAB0E
RGB
CMYK
RGB Variations
Color information
#ABAB0E (or 0xABAB0E) is known color: Citrus. HEX triplet: AB, AB and 0E. RGB value is (171,171,14). Sum of RGB (Red+Green+Blue) = 171+171+14=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAB0E is #5454F1. Grayscale: #999999. Windows color (decimal): -5526770 or 961451. OLE color: 961451.
HSL color Cylindrical-coordinate representation of color #ABAB0E: hue angle of 60º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABAB0E is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 14 | - |
| CMYK | 0 | 0 | 0.92 | 0.33 |
| HSL | 60º | 0.85% | 0.36% | - |
| HSV(B) | 60º | 0.92% | 0.67% | - |
| XYZ | 31.44 | 37.82 | 6.06 | - |
| YUV | 153.1 | 49.5 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 14 | 0 | 0 | 0.92 | 0.33 | 60 | 0.85 | 0.36 |
| Hex | AB | AB | E | 0 | 0 | 5C | 21 | 3C | 55 | 24 |
| Octal | 253 | 253 | 16 | 0 | 0 | 134 | 41 | 74 | 125 | 44 |
| Binary | 10101011 | 10101011 | 1110 | 0 | 0 | 1011100 | 100001 | 111100 | 1010101 | 100100 |
Color Harmonies of #ABAB0E
Complementary color
Monochromatic Colors of #ABAB0E
Black with #ABAB0E
Text Example
Text Example
White with #ABAB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB0E; }
p { color: rgb(171,171,14); }
H1.HeaderClassName
{
color: #ABAB0E;
}
.AnyTagClassName
{
color: #ABAB0E;
}
</style>
background-color css
<style>
a { background-color: #ABAB0E; }
a { background-color: rgb(171,171,14); }
div.DivClassName
{
background-color: #ABAB0E;
}
.BgClassName
{
background-color: #ABAB0E;
}
</style>
border-color css
<style>
span { border-color: #ABAB0E; }
span { border-color: rgb(171,171,14); }
td.TdClassName
{
border-color: #ABAB0E;
}
.TagClassName
{
border-color: #ABAB0E;
}
</style>