Shades of Citrus #ABAA04
Tints of Citrus #ABAA04
RGB
CMYK
RGB Variations
Color information
#ABAA04 (or 0xABAA04) is known color: Citrus. HEX triplet: AB, AA and 04. RGB value is (171,170,4). Sum of RGB (Red+Green+Blue) = 171+170+4=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAA04 is #5455FB. Grayscale: #989898. Windows color (decimal): -5527036 or 305835. OLE color: 305835.
HSL color Cylindrical-coordinate representation of color #ABAA04: hue angle of 59.64º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABAA04 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 170 | 4 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.33 |
| HSL | 59.64º | 0.95% | 0.34% | - |
| HSV(B) | 59.64º | 0.98% | 0.67% | - |
| XYZ | 31.19 | 37.42 | 5.69 | - |
| YUV | 151.38 | 44.83 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 4 | 0 | 0.01 | 0.98 | 0.33 | 59.64 | 0.95 | 0.34 |
| Hex | AB | AA | 4 | 0 | 1 | 62 | 21 | 3C | 5F | 22 |
| Octal | 253 | 252 | 4 | 0 | 1 | 142 | 41 | 74 | 137 | 42 |
| Binary | 10101011 | 10101010 | 100 | 0 | 1 | 1100010 | 100001 | 111100 | 1011111 | 100010 |
Color Harmonies of #ABAA04
Complementary color
Monochromatic Colors of #ABAA04
Black with #ABAA04
Text Example
Text Example
White with #ABAA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAA04; }
p { color: rgb(171,170,4); }
H1.HeaderClassName
{
color: #ABAA04;
}
.AnyTagClassName
{
color: #ABAA04;
}
</style>
background-color css
<style>
a { background-color: #ABAA04; }
a { background-color: rgb(171,170,4); }
div.DivClassName
{
background-color: #ABAA04;
}
.BgClassName
{
background-color: #ABAA04;
}
</style>
border-color css
<style>
span { border-color: #ABAA04; }
span { border-color: rgb(171,170,4); }
td.TdClassName
{
border-color: #ABAA04;
}
.TagClassName
{
border-color: #ABAA04;
}
</style>