Shades of Citrus #AABA07
Tints of Citrus #AABA07
RGB
CMYK
RGB Variations
Color information
#AABA07 (or 0xAABA07) is known color: Citrus. HEX triplet: AA, BA and 07. RGB value is (170,186,7). Sum of RGB (Red+Green+Blue) = 170+186+7=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 186 (73.05% from 255 or 51.24% from 363); Blue value is 7 (3.12% from 255 or 1.93% from 363); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABA07 is #5545F8. Grayscale: #A1A1A1. Windows color (decimal): -5588473 or 506538. OLE color: 506538.
HSL color Cylindrical-coordinate representation of color #AABA07: hue angle of 65.36º degrees, saturation: 0.93, 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 #AABA07 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 186 | 7 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.27 |
| HSL | 65.36º | 0.93% | 0.38% | - |
| HSV(B) | 65.36º | 0.96% | 0.73% | - |
| XYZ | 34.17 | 43.68 | 6.83 | - |
| YUV | 160.81 | 41.2 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 186 | 7 | 0.09 | 0 | 0.96 | 0.27 | 65.36 | 0.93 | 0.38 |
| Hex | AA | BA | 7 | 9 | 0 | 60 | 1B | 41 | 5D | 26 |
| Octal | 252 | 272 | 7 | 11 | 0 | 140 | 33 | 101 | 135 | 46 |
| Binary | 10101010 | 10111010 | 111 | 1001 | 0 | 1100000 | 11011 | 1000001 | 1011101 | 100110 |
Color Harmonies of #AABA07
Complementary color
Monochromatic Colors of #AABA07
Black with #AABA07
Text Example
Text Example
White with #AABA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABA07; }
p { color: rgb(170,186,7); }
H1.HeaderClassName
{
color: #AABA07;
}
.AnyTagClassName
{
color: #AABA07;
}
</style>
background-color css
<style>
a { background-color: #AABA07; }
a { background-color: rgb(170,186,7); }
div.DivClassName
{
background-color: #AABA07;
}
.BgClassName
{
background-color: #AABA07;
}
</style>
border-color css
<style>
span { border-color: #AABA07; }
span { border-color: rgb(170,186,7); }
td.TdClassName
{
border-color: #AABA07;
}
.TagClassName
{
border-color: #AABA07;
}
</style>