Shades of Citrus #ABAB12
Tints of Citrus #ABAB12
RGB
CMYK
RGB Variations
Color information
#ABAB12 (or 0xABAB12) is known color: Citrus. HEX triplet: AB, AB and 12. RGB value is (171,171,18). Sum of RGB (Red+Green+Blue) = 171+171+18=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAB12 is #5454ED. Grayscale: #9A9A9A. Windows color (decimal): -5526766 or 1223595. OLE color: 1223595.
HSL color Cylindrical-coordinate representation of color #ABAB12: hue angle of 60º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABAB12 is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 18 | - |
| CMYK | 0 | 0 | 0.89 | 0.33 |
| HSL | 60º | 0.81% | 0.37% | - |
| HSV(B) | 60º | 0.89% | 0.67% | - |
| XYZ | 31.47 | 37.83 | 6.22 | - |
| YUV | 153.56 | 51.5 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 18 | 0 | 0 | 0.89 | 0.33 | 60 | 0.81 | 0.37 |
| Hex | AB | AB | 12 | 0 | 0 | 59 | 21 | 3C | 51 | 25 |
| Octal | 253 | 253 | 22 | 0 | 0 | 131 | 41 | 74 | 121 | 45 |
| Binary | 10101011 | 10101011 | 10010 | 0 | 0 | 1011001 | 100001 | 111100 | 1010001 | 100101 |
Color Harmonies of #ABAB12
Complementary color
Monochromatic Colors of #ABAB12
Black with #ABAB12
Text Example
Text Example
White with #ABAB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB12; }
p { color: rgb(171,171,18); }
H1.HeaderClassName
{
color: #ABAB12;
}
.AnyTagClassName
{
color: #ABAB12;
}
</style>
background-color css
<style>
a { background-color: #ABAB12; }
a { background-color: rgb(171,171,18); }
div.DivClassName
{
background-color: #ABAB12;
}
.BgClassName
{
background-color: #ABAB12;
}
</style>
border-color css
<style>
span { border-color: #ABAB12; }
span { border-color: rgb(171,171,18); }
td.TdClassName
{
border-color: #ABAB12;
}
.TagClassName
{
border-color: #ABAB12;
}
</style>