Shades of Citrus #AAB80C
Tints of Citrus #AAB80C
RGB
CMYK
RGB Variations
Color information
#AAB80C (or 0xAAB80C) is known color: Citrus. HEX triplet: AA, B8 and 0C. RGB value is (170,184,12). Sum of RGB (Red+Green+Blue) = 170+184+12=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 184 (72.27% from 255 or 50.27% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB80C is #5547F3. Grayscale: #A0A0A0. Windows color (decimal): -5588980 or 833706. OLE color: 833706.
HSL color Cylindrical-coordinate representation of color #AAB80C: hue angle of 64.88º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAB80C is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 12 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.28 |
| HSL | 64.88º | 0.88% | 0.38% | - |
| HSV(B) | 64.88º | 0.93% | 0.72% | - |
| XYZ | 33.78 | 42.85 | 6.84 | - |
| YUV | 160.21 | 44.36 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 12 | 0.08 | 0 | 0.93 | 0.28 | 64.88 | 0.88 | 0.38 |
| Hex | AA | B8 | C | 8 | 0 | 5D | 1C | 41 | 58 | 26 |
| Octal | 252 | 270 | 14 | 10 | 0 | 135 | 34 | 101 | 130 | 46 |
| Binary | 10101010 | 10111000 | 1100 | 1000 | 0 | 1011101 | 11100 | 1000001 | 1011000 | 100110 |
Color Harmonies of #AAB80C
Complementary color
Monochromatic Colors of #AAB80C
Black with #AAB80C
Text Example
Text Example
White with #AAB80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB80C; }
p { color: rgb(170,184,12); }
H1.HeaderClassName
{
color: #AAB80C;
}
.AnyTagClassName
{
color: #AAB80C;
}
</style>
background-color css
<style>
a { background-color: #AAB80C; }
a { background-color: rgb(170,184,12); }
div.DivClassName
{
background-color: #AAB80C;
}
.BgClassName
{
background-color: #AAB80C;
}
</style>
border-color css
<style>
span { border-color: #AAB80C; }
span { border-color: rgb(170,184,12); }
td.TdClassName
{
border-color: #AAB80C;
}
.TagClassName
{
border-color: #AAB80C;
}
</style>