Shades of Citrus #ABA400
Tints of Citrus #ABA400
RGB
CMYK
RGB Variations
Color information
#ABA400 (or 0xABA400) is known color: Citrus. HEX triplet: AB, A4 and 00. RGB value is (171,164,0). Sum of RGB (Red+Green+Blue) = 171+164+0=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA400 is #545BFF. Grayscale: #949494. Windows color (decimal): -5528576 or 42155. OLE color: 42155.
HSL color Cylindrical-coordinate representation of color #ABA400: hue angle of 57.54º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABA400 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.33 |
| HSL | 57.54º | 1% | 0.34% | - |
| HSV(B) | 57.54º | 1% | 0.67% | - |
| XYZ | 30.07 | 35.21 | 5.21 | - |
| YUV | 147.4 | 44.82 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 0 | 0 | 0.04 | 1 | 0.33 | 57.54 | 1 | 0.34 |
| Hex | AB | A4 | 0 | 0 | 4 | 64 | 21 | 3A | 64 | 22 |
| Octal | 253 | 244 | 0 | 0 | 4 | 144 | 41 | 72 | 144 | 42 |
| Binary | 10101011 | 10100100 | 0 | 0 | 100 | 1100100 | 100001 | 111010 | 1100100 | 100010 |
Color Harmonies of #ABA400
Complementary color
Monochromatic Colors of #ABA400
Black with #ABA400
Text Example
Text Example
White with #ABA400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA400; }
p { color: rgb(171,164,0); }
H1.HeaderClassName
{
color: #ABA400;
}
.AnyTagClassName
{
color: #ABA400;
}
</style>
background-color css
<style>
a { background-color: #ABA400; }
a { background-color: rgb(171,164,0); }
div.DivClassName
{
background-color: #ABA400;
}
.BgClassName
{
background-color: #ABA400;
}
</style>
border-color css
<style>
span { border-color: #ABA400; }
span { border-color: rgb(171,164,0); }
td.TdClassName
{
border-color: #ABA400;
}
.TagClassName
{
border-color: #ABA400;
}
</style>