Shades of Citrus #AABA06
Tints of Citrus #AABA06
RGB
CMYK
RGB Variations
Color information
#AABA06 (or 0xAABA06) is known color: Citrus. HEX triplet: AA, BA and 06. RGB value is (170,186,6). Sum of RGB (Red+Green+Blue) = 170+186+6=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 6 (2.73% from 255 or 1.66% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABA06 is #5545F9. Grayscale: #A1A1A1. Windows color (decimal): -5588474 or 441002. OLE color: 441002.
HSL color Cylindrical-coordinate representation of color #AABA06: hue angle of 65.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AABA06 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 6 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.27 |
| HSL | 65.33º | 0.94% | 0.38% | - |
| HSV(B) | 65.33º | 0.97% | 0.73% | - |
| XYZ | 34.17 | 43.68 | 6.8 | - |
| YUV | 160.7 | 40.7 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 6 | 0.09 | 0 | 0.97 | 0.27 | 65.33 | 0.94 | 0.38 |
| Hex | AA | BA | 6 | 9 | 0 | 61 | 1B | 41 | 5E | 26 |
| Octal | 252 | 272 | 6 | 11 | 0 | 141 | 33 | 101 | 136 | 46 |
| Binary | 10101010 | 10111010 | 110 | 1001 | 0 | 1100001 | 11011 | 1000001 | 1011110 | 100110 |
Color Harmonies of #AABA06
Complementary color
Monochromatic Colors of #AABA06
Black with #AABA06
Text Example
Text Example
White with #AABA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA06; }
p { color: rgb(170,186,6); }
H1.HeaderClassName
{
color: #AABA06;
}
.AnyTagClassName
{
color: #AABA06;
}
</style>
background-color css
<style>
a { background-color: #AABA06; }
a { background-color: rgb(170,186,6); }
div.DivClassName
{
background-color: #AABA06;
}
.BgClassName
{
background-color: #AABA06;
}
</style>
border-color css
<style>
span { border-color: #AABA06; }
span { border-color: rgb(170,186,6); }
td.TdClassName
{
border-color: #AABA06;
}
.TagClassName
{
border-color: #AABA06;
}
</style>