Shades of Citrus #AAB902
Tints of Citrus #AAB902
RGB
CMYK
RGB Variations
Color information
#AAB902 (or 0xAAB902) is known color: Citrus. HEX triplet: AA, B9 and 02. RGB value is (170,185,2). Sum of RGB (Red+Green+Blue) = 170+185+2=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 185 (72.66% from 255 or 51.82% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB902 is #5546FD. Grayscale: #A0A0A0. Windows color (decimal): -5588734 or 178602. OLE color: 178602.
HSL color Cylindrical-coordinate representation of color #AAB902: hue angle of 64.92º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAB902 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 2 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.27 |
| HSL | 64.92º | 0.98% | 0.37% | - |
| HSV(B) | 64.92º | 0.99% | 0.73% | - |
| XYZ | 33.94 | 43.25 | 6.62 | - |
| YUV | 159.65 | 39.03 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 2 | 0.08 | 0 | 0.99 | 0.27 | 64.92 | 0.98 | 0.37 |
| Hex | AA | B9 | 2 | 8 | 0 | 63 | 1B | 41 | 62 | 25 |
| Octal | 252 | 271 | 2 | 10 | 0 | 143 | 33 | 101 | 142 | 45 |
| Binary | 10101010 | 10111001 | 10 | 1000 | 0 | 1100011 | 11011 | 1000001 | 1100010 | 100101 |
Color Harmonies of #AAB902
Complementary color
Monochromatic Colors of #AAB902
Black with #AAB902
Text Example
Text Example
White with #AAB902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB902; }
p { color: rgb(170,185,2); }
H1.HeaderClassName
{
color: #AAB902;
}
.AnyTagClassName
{
color: #AAB902;
}
</style>
background-color css
<style>
a { background-color: #AAB902; }
a { background-color: rgb(170,185,2); }
div.DivClassName
{
background-color: #AAB902;
}
.BgClassName
{
background-color: #AAB902;
}
</style>
border-color css
<style>
span { border-color: #AAB902; }
span { border-color: rgb(170,185,2); }
td.TdClassName
{
border-color: #AAB902;
}
.TagClassName
{
border-color: #AAB902;
}
</style>