Shades of Citrus #ABA80A
Tints of Citrus #ABA80A
RGB
CMYK
RGB Variations
Color information
#ABA80A (or 0xABA80A) is known color: Citrus. HEX triplet: AB, A8 and 0A. RGB value is (171,168,10). Sum of RGB (Red+Green+Blue) = 171+168+10=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 168 (66.02% from 255 or 48.14% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA80A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA80A is #5457F5. Grayscale: #979797. Windows color (decimal): -5527542 or 698539. OLE color: 698539.
HSL color Cylindrical-coordinate representation of color #ABA80A: hue angle of 58.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABA80A is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 10 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.33 |
| HSL | 58.88º | 0.89% | 0.35% | - |
| HSV(B) | 58.88º | 0.94% | 0.67% | - |
| XYZ | 30.85 | 36.69 | 5.74 | - |
| YUV | 150.89 | 48.49 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 10 | 0 | 0.02 | 0.94 | 0.33 | 58.88 | 0.89 | 0.35 |
| Hex | AB | A8 | A | 0 | 2 | 5E | 21 | 3B | 59 | 23 |
| Octal | 253 | 250 | 12 | 0 | 2 | 136 | 41 | 73 | 131 | 43 |
| Binary | 10101011 | 10101000 | 1010 | 0 | 10 | 1011110 | 100001 | 111011 | 1011001 | 100011 |
Color Harmonies of #ABA80A
Complementary color
Monochromatic Colors of #ABA80A
Black with #ABA80A
Text Example
Text Example
White with #ABA80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA80A; }
p { color: rgb(171,168,10); }
H1.HeaderClassName
{
color: #ABA80A;
}
.AnyTagClassName
{
color: #ABA80A;
}
</style>
background-color css
<style>
a { background-color: #ABA80A; }
a { background-color: rgb(171,168,10); }
div.DivClassName
{
background-color: #ABA80A;
}
.BgClassName
{
background-color: #ABA80A;
}
</style>
border-color css
<style>
span { border-color: #ABA80A; }
span { border-color: rgb(171,168,10); }
td.TdClassName
{
border-color: #ABA80A;
}
.TagClassName
{
border-color: #ABA80A;
}
</style>