Shades of Citrus #AABA04
Tints of Citrus #AABA04
RGB
CMYK
RGB Variations
Color information
#AABA04 (or 0xAABA04) is known color: Citrus. HEX triplet: AA, BA and 04. RGB value is (170,186,4). Sum of RGB (Red+Green+Blue) = 170+186+4=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 4 (1.95% from 255 or 1.11% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABA04 is #5545FB. Grayscale: #A1A1A1. Windows color (decimal): -5588476 or 309930. OLE color: 309930.
HSL color Cylindrical-coordinate representation of color #AABA04: hue angle of 65.27º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AABA04 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 4 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.27 |
| HSL | 65.27º | 0.96% | 0.37% | - |
| HSV(B) | 65.27º | 0.98% | 0.73% | - |
| XYZ | 34.16 | 43.67 | 6.74 | - |
| YUV | 160.47 | 39.7 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 4 | 0.09 | 0 | 0.98 | 0.27 | 65.27 | 0.96 | 0.37 |
| Hex | AA | BA | 4 | 9 | 0 | 62 | 1B | 41 | 60 | 25 |
| Octal | 252 | 272 | 4 | 11 | 0 | 142 | 33 | 101 | 140 | 45 |
| Binary | 10101010 | 10111010 | 100 | 1001 | 0 | 1100010 | 11011 | 1000001 | 1100000 | 100101 |
Color Harmonies of #AABA04
Complementary color
Monochromatic Colors of #AABA04
Black with #AABA04
Text Example
Text Example
White with #AABA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA04; }
p { color: rgb(170,186,4); }
H1.HeaderClassName
{
color: #AABA04;
}
.AnyTagClassName
{
color: #AABA04;
}
</style>
background-color css
<style>
a { background-color: #AABA04; }
a { background-color: rgb(170,186,4); }
div.DivClassName
{
background-color: #AABA04;
}
.BgClassName
{
background-color: #AABA04;
}
</style>
border-color css
<style>
span { border-color: #AABA04; }
span { border-color: rgb(170,186,4); }
td.TdClassName
{
border-color: #AABA04;
}
.TagClassName
{
border-color: #AABA04;
}
</style>