Shades of Citrus #ABA300
Tints of Citrus #ABA300
RGB
CMYK
RGB Variations
Color information
#ABA300 (or 0xABA300) is known color: Citrus. HEX triplet: AB, A3 and 00. RGB value is (171,163,0). Sum of RGB (Red+Green+Blue) = 171+163+0=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 163 (64.06% from 255 or 48.80% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA300 is #545CFF. Grayscale: #939393. Windows color (decimal): -5528832 or 41899. OLE color: 41899.
HSL color Cylindrical-coordinate representation of color #ABA300: hue angle of 57.19º 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 #ABA300 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.33 |
| HSL | 57.19º | 1% | 0.34% | - |
| HSV(B) | 57.19º | 1% | 0.67% | - |
| XYZ | 29.89 | 34.85 | 5.15 | - |
| YUV | 146.81 | 45.15 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 0 | 0 | 0.05 | 1 | 0.33 | 57.19 | 1 | 0.34 |
| Hex | AB | A3 | 0 | 0 | 5 | 64 | 21 | 39 | 64 | 22 |
| Octal | 253 | 243 | 0 | 0 | 5 | 144 | 41 | 71 | 144 | 42 |
| Binary | 10101011 | 10100011 | 0 | 0 | 101 | 1100100 | 100001 | 111001 | 1100100 | 100010 |
Color Harmonies of #ABA300
Complementary color
Monochromatic Colors of #ABA300
Black with #ABA300
Text Example
Text Example
White with #ABA300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA300; }
p { color: rgb(171,163,0); }
H1.HeaderClassName
{
color: #ABA300;
}
.AnyTagClassName
{
color: #ABA300;
}
</style>
background-color css
<style>
a { background-color: #ABA300; }
a { background-color: rgb(171,163,0); }
div.DivClassName
{
background-color: #ABA300;
}
.BgClassName
{
background-color: #ABA300;
}
</style>
border-color css
<style>
span { border-color: #ABA300; }
span { border-color: rgb(171,163,0); }
td.TdClassName
{
border-color: #ABA300;
}
.TagClassName
{
border-color: #ABA300;
}
</style>