Shades of Citrus #ABA804
Tints of Citrus #ABA804
RGB
CMYK
RGB Variations
Color information
#ABA804 (or 0xABA804) is known color: Citrus. HEX triplet: AB, A8 and 04. RGB value is (171,168,4). Sum of RGB (Red+Green+Blue) = 171+168+4=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 168 (66.02% from 255 or 48.98% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA804 is #5457FB. Grayscale: #969696. Windows color (decimal): -5527548 or 305323. OLE color: 305323.
HSL color Cylindrical-coordinate representation of color #ABA804: hue angle of 58.92º 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 #ABA804 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 168 | 4 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.33 |
| HSL | 58.92º | 0.95% | 0.34% | - |
| HSV(B) | 58.92º | 0.98% | 0.67% | - |
| XYZ | 30.82 | 36.67 | 5.57 | - |
| YUV | 150.2 | 45.49 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 4 | 0 | 0.02 | 0.98 | 0.33 | 58.92 | 0.95 | 0.34 |
| Hex | AB | A8 | 4 | 0 | 2 | 62 | 21 | 3B | 5F | 22 |
| Octal | 253 | 250 | 4 | 0 | 2 | 142 | 41 | 73 | 137 | 42 |
| Binary | 10101011 | 10101000 | 100 | 0 | 10 | 1100010 | 100001 | 111011 | 1011111 | 100010 |
Color Harmonies of #ABA804
Complementary color
Monochromatic Colors of #ABA804
Black with #ABA804
Text Example
Text Example
White with #ABA804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA804; }
p { color: rgb(171,168,4); }
H1.HeaderClassName
{
color: #ABA804;
}
.AnyTagClassName
{
color: #ABA804;
}
</style>
background-color css
<style>
a { background-color: #ABA804; }
a { background-color: rgb(171,168,4); }
div.DivClassName
{
background-color: #ABA804;
}
.BgClassName
{
background-color: #ABA804;
}
</style>
border-color css
<style>
span { border-color: #ABA804; }
span { border-color: rgb(171,168,4); }
td.TdClassName
{
border-color: #ABA804;
}
.TagClassName
{
border-color: #ABA804;
}
</style>