Shades of Citrus #AAB80B
Tints of Citrus #AAB80B
RGB
CMYK
RGB Variations
Color information
#AAB80B (or 0xAAB80B) is known color: Citrus. HEX triplet: AA, B8 and 0B. RGB value is (170,184,11). Sum of RGB (Red+Green+Blue) = 170+184+11=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 184 (72.27% from 255 or 50.41% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB80B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB80B is #5547F4. Grayscale: #A0A0A0. Windows color (decimal): -5588981 or 768170. OLE color: 768170.
HSL color Cylindrical-coordinate representation of color #AAB80B: hue angle of 64.86º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAB80B is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 11 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.28 |
| HSL | 64.86º | 0.89% | 0.38% | - |
| HSV(B) | 64.86º | 0.94% | 0.72% | - |
| XYZ | 33.78 | 42.85 | 6.81 | - |
| YUV | 160.09 | 43.86 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 11 | 0.08 | 0 | 0.94 | 0.28 | 64.86 | 0.89 | 0.38 |
| Hex | AA | B8 | B | 8 | 0 | 5E | 1C | 41 | 59 | 26 |
| Octal | 252 | 270 | 13 | 10 | 0 | 136 | 34 | 101 | 131 | 46 |
| Binary | 10101010 | 10111000 | 1011 | 1000 | 0 | 1011110 | 11100 | 1000001 | 1011001 | 100110 |
Color Harmonies of #AAB80B
Complementary color
Monochromatic Colors of #AAB80B
Black with #AAB80B
Text Example
Text Example
White with #AAB80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB80B; }
p { color: rgb(170,184,11); }
H1.HeaderClassName
{
color: #AAB80B;
}
.AnyTagClassName
{
color: #AAB80B;
}
</style>
background-color css
<style>
a { background-color: #AAB80B; }
a { background-color: rgb(170,184,11); }
div.DivClassName
{
background-color: #AAB80B;
}
.BgClassName
{
background-color: #AAB80B;
}
</style>
border-color css
<style>
span { border-color: #AAB80B; }
span { border-color: rgb(170,184,11); }
td.TdClassName
{
border-color: #AAB80B;
}
.TagClassName
{
border-color: #AAB80B;
}
</style>