Shades of Citrus #ABAC0D
Tints of Citrus #ABAC0D
RGB
CMYK
RGB Variations
Color information
#ABAC0D (or 0xABAC0D) is known color: Citrus. HEX triplet: AB, AC and 0D. RGB value is (171,172,13). Sum of RGB (Red+Green+Blue) = 171+172+13=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAC0D is #5453F2. Grayscale: #9A9A9A. Windows color (decimal): -5526515 or 896171. OLE color: 896171.
HSL color Cylindrical-coordinate representation of color #ABAC0D: hue angle of 60.38º degrees, saturation: 0.86, 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 #ABAC0D is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 13 | - |
| CMYK | 0.01 | 0 | 0.92 | 0.33 |
| HSL | 60.38º | 0.86% | 0.36% | - |
| HSV(B) | 60.38º | 0.92% | 0.67% | - |
| XYZ | 31.62 | 38.19 | 6.09 | - |
| YUV | 153.58 | 48.67 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 13 | 0.01 | 0 | 0.92 | 0.33 | 60.38 | 0.86 | 0.36 |
| Hex | AB | AC | D | 1 | 0 | 5C | 21 | 3C | 56 | 24 |
| Octal | 253 | 254 | 15 | 1 | 0 | 134 | 41 | 74 | 126 | 44 |
| Binary | 10101011 | 10101100 | 1101 | 1 | 0 | 1011100 | 100001 | 111100 | 1010110 | 100100 |
Color Harmonies of #ABAC0D
Complementary color
Monochromatic Colors of #ABAC0D
Black with #ABAC0D
Text Example
Text Example
White with #ABAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC0D; }
p { color: rgb(171,172,13); }
H1.HeaderClassName
{
color: #ABAC0D;
}
.AnyTagClassName
{
color: #ABAC0D;
}
</style>
background-color css
<style>
a { background-color: #ABAC0D; }
a { background-color: rgb(171,172,13); }
div.DivClassName
{
background-color: #ABAC0D;
}
.BgClassName
{
background-color: #ABAC0D;
}
</style>
border-color css
<style>
span { border-color: #ABAC0D; }
span { border-color: rgb(171,172,13); }
td.TdClassName
{
border-color: #ABAC0D;
}
.TagClassName
{
border-color: #ABAC0D;
}
</style>