Shades of Citrus #AAB901
Tints of Citrus #AAB901
RGB
CMYK
RGB Variations
Color information
#AAB901 (or 0xAAB901) is known color: Citrus. HEX triplet: AA, B9 and 01. RGB value is (170,185,1). Sum of RGB (Red+Green+Blue) = 170+185+1=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 185 (72.66% from 255 or 51.97% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB901 is #5546FE. Grayscale: #A0A0A0. Windows color (decimal): -5588735 or 113066. OLE color: 113066.
HSL color Cylindrical-coordinate representation of color #AAB901: hue angle of 64.89º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAB901 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 1 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.27 |
| HSL | 64.89º | 0.99% | 0.36% | - |
| HSV(B) | 64.89º | 0.99% | 0.73% | - |
| XYZ | 33.93 | 43.25 | 6.59 | - |
| YUV | 159.54 | 38.53 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 1 | 0.08 | 0 | 0.99 | 0.27 | 64.89 | 0.99 | 0.36 |
| Hex | AA | B9 | 1 | 8 | 0 | 63 | 1B | 41 | 63 | 24 |
| Octal | 252 | 271 | 1 | 10 | 0 | 143 | 33 | 101 | 143 | 44 |
| Binary | 10101010 | 10111001 | 1 | 1000 | 0 | 1100011 | 11011 | 1000001 | 1100011 | 100100 |
Color Harmonies of #AAB901
Complementary color
Monochromatic Colors of #AAB901
Black with #AAB901
Text Example
Text Example
White with #AAB901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB901; }
p { color: rgb(170,185,1); }
H1.HeaderClassName
{
color: #AAB901;
}
.AnyTagClassName
{
color: #AAB901;
}
</style>
background-color css
<style>
a { background-color: #AAB901; }
a { background-color: rgb(170,185,1); }
div.DivClassName
{
background-color: #AAB901;
}
.BgClassName
{
background-color: #AAB901;
}
</style>
border-color css
<style>
span { border-color: #AAB901; }
span { border-color: rgb(170,185,1); }
td.TdClassName
{
border-color: #AAB901;
}
.TagClassName
{
border-color: #AAB901;
}
</style>