Shades of Citrus #ABA905
Tints of Citrus #ABA905
RGB
CMYK
RGB Variations
Color information
#ABA905 (or 0xABA905) is known color: Citrus. HEX triplet: AB, A9 and 05. RGB value is (171,169,5). Sum of RGB (Red+Green+Blue) = 171+169+5=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 169 (66.41% from 255 or 48.99% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA905 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA905 is #5456FA. Grayscale: #979797. Windows color (decimal): -5527291 or 371115. OLE color: 371115.
HSL color Cylindrical-coordinate representation of color #ABA905: hue angle of 59.28º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ABA905 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 5 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.33 |
| HSL | 59.28º | 0.94% | 0.35% | - |
| HSV(B) | 59.28º | 0.97% | 0.67% | - |
| XYZ | 31.01 | 37.04 | 5.66 | - |
| YUV | 150.9 | 45.66 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 5 | 0 | 0.01 | 0.97 | 0.33 | 59.28 | 0.94 | 0.35 |
| Hex | AB | A9 | 5 | 0 | 1 | 61 | 21 | 3B | 5E | 23 |
| Octal | 253 | 251 | 5 | 0 | 1 | 141 | 41 | 73 | 136 | 43 |
| Binary | 10101011 | 10101001 | 101 | 0 | 1 | 1100001 | 100001 | 111011 | 1011110 | 100011 |
Color Harmonies of #ABA905
Complementary color
Monochromatic Colors of #ABA905
Black with #ABA905
Text Example
Text Example
White with #ABA905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA905; }
p { color: rgb(171,169,5); }
H1.HeaderClassName
{
color: #ABA905;
}
.AnyTagClassName
{
color: #ABA905;
}
</style>
background-color css
<style>
a { background-color: #ABA905; }
a { background-color: rgb(171,169,5); }
div.DivClassName
{
background-color: #ABA905;
}
.BgClassName
{
background-color: #ABA905;
}
</style>
border-color css
<style>
span { border-color: #ABA905; }
span { border-color: rgb(171,169,5); }
td.TdClassName
{
border-color: #ABA905;
}
.TagClassName
{
border-color: #ABA905;
}
</style>