Shades of Citrus #AABA08
Tints of Citrus #AABA08
RGB
CMYK
RGB Variations
Color information
#AABA08 (or 0xAABA08) is known color: Citrus. HEX triplet: AA, BA and 08. RGB value is (170,186,8). Sum of RGB (Red+Green+Blue) = 170+186+8=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 8 (3.52% from 255 or 2.20% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABA08 is #5545F7. Grayscale: #A1A1A1. Windows color (decimal): -5588472 or 572074. OLE color: 572074.
HSL color Cylindrical-coordinate representation of color #AABA08: hue angle of 65.39º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AABA08 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 8 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.27 |
| HSL | 65.39º | 0.92% | 0.38% | - |
| HSV(B) | 65.39º | 0.96% | 0.73% | - |
| XYZ | 34.18 | 43.68 | 6.86 | - |
| YUV | 160.92 | 41.7 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 8 | 0.09 | 0 | 0.96 | 0.27 | 65.39 | 0.92 | 0.38 |
| Hex | AA | BA | 8 | 9 | 0 | 60 | 1B | 41 | 5C | 26 |
| Octal | 252 | 272 | 10 | 11 | 0 | 140 | 33 | 101 | 134 | 46 |
| Binary | 10101010 | 10111010 | 1000 | 1001 | 0 | 1100000 | 11011 | 1000001 | 1011100 | 100110 |
Color Harmonies of #AABA08
Complementary color
Monochromatic Colors of #AABA08
Black with #AABA08
Text Example
Text Example
White with #AABA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA08; }
p { color: rgb(170,186,8); }
H1.HeaderClassName
{
color: #AABA08;
}
.AnyTagClassName
{
color: #AABA08;
}
</style>
background-color css
<style>
a { background-color: #AABA08; }
a { background-color: rgb(170,186,8); }
div.DivClassName
{
background-color: #AABA08;
}
.BgClassName
{
background-color: #AABA08;
}
</style>
border-color css
<style>
span { border-color: #AABA08; }
span { border-color: rgb(170,186,8); }
td.TdClassName
{
border-color: #AABA08;
}
.TagClassName
{
border-color: #AABA08;
}
</style>