Shades of Citrus #AAB904
Tints of Citrus #AAB904
RGB
CMYK
RGB Variations
Color information
#AAB904 (or 0xAAB904) is known color: Citrus. HEX triplet: AA, B9 and 04. RGB value is (170,185,4). Sum of RGB (Red+Green+Blue) = 170+185+4=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 4 (1.95% from 255 or 1.11% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB904 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB904 is #5546FB. Grayscale: #A0A0A0. Windows color (decimal): -5588732 or 309674. OLE color: 309674.
HSL color Cylindrical-coordinate representation of color #AAB904: hue angle of 64.97º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAB904 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 185 | 4 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.27 |
| HSL | 64.97º | 0.96% | 0.37% | - |
| HSV(B) | 64.97º | 0.98% | 0.73% | - |
| XYZ | 33.95 | 43.25 | 6.67 | - |
| YUV | 159.88 | 40.03 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 185 | 4 | 0.08 | 0 | 0.98 | 0.27 | 64.97 | 0.96 | 0.37 |
| Hex | AA | B9 | 4 | 8 | 0 | 62 | 1B | 41 | 60 | 25 |
| Octal | 252 | 271 | 4 | 10 | 0 | 142 | 33 | 101 | 140 | 45 |
| Binary | 10101010 | 10111001 | 100 | 1000 | 0 | 1100010 | 11011 | 1000001 | 1100000 | 100101 |
Color Harmonies of #AAB904
Complementary color
Monochromatic Colors of #AAB904
Black with #AAB904
Text Example
Text Example
White with #AAB904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB904; }
p { color: rgb(170,185,4); }
H1.HeaderClassName
{
color: #AAB904;
}
.AnyTagClassName
{
color: #AAB904;
}
</style>
background-color css
<style>
a { background-color: #AAB904; }
a { background-color: rgb(170,185,4); }
div.DivClassName
{
background-color: #AAB904;
}
.BgClassName
{
background-color: #AAB904;
}
</style>
border-color css
<style>
span { border-color: #AAB904; }
span { border-color: rgb(170,185,4); }
td.TdClassName
{
border-color: #AAB904;
}
.TagClassName
{
border-color: #AAB904;
}
</style>