Shades of Citrus #AAB404
Tints of Citrus #AAB404
RGB
CMYK
RGB Variations
Color information
#AAB404 (or 0xAAB404) is known color: Citrus. HEX triplet: AA, B4 and 04. RGB value is (170,180,4). Sum of RGB (Red+Green+Blue) = 170+180+4=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 4 (1.95% from 255 or 1.13% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB404 is #554BFB. Grayscale: #9D9D9D. Windows color (decimal): -5590012 or 308394. OLE color: 308394.
HSL color Cylindrical-coordinate representation of color #AAB404: hue angle of 63.41º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAB404 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 4 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.29 |
| HSL | 63.41º | 0.96% | 0.36% | - |
| HSV(B) | 63.41º | 0.98% | 0.71% | - |
| XYZ | 32.92 | 41.2 | 6.33 | - |
| YUV | 156.95 | 41.69 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 4 | 0.06 | 0 | 0.98 | 0.29 | 63.41 | 0.96 | 0.36 |
| Hex | AA | B4 | 4 | 6 | 0 | 62 | 1D | 3F | 60 | 24 |
| Octal | 252 | 264 | 4 | 6 | 0 | 142 | 35 | 77 | 140 | 44 |
| Binary | 10101010 | 10110100 | 100 | 110 | 0 | 1100010 | 11101 | 111111 | 1100000 | 100100 |
Color Harmonies of #AAB404
Complementary color
Monochromatic Colors of #AAB404
Black with #AAB404
Text Example
Text Example
White with #AAB404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB404; }
p { color: rgb(170,180,4); }
H1.HeaderClassName
{
color: #AAB404;
}
.AnyTagClassName
{
color: #AAB404;
}
</style>
background-color css
<style>
a { background-color: #AAB404; }
a { background-color: rgb(170,180,4); }
div.DivClassName
{
background-color: #AAB404;
}
.BgClassName
{
background-color: #AAB404;
}
</style>
border-color css
<style>
span { border-color: #AAB404; }
span { border-color: rgb(170,180,4); }
td.TdClassName
{
border-color: #AAB404;
}
.TagClassName
{
border-color: #AAB404;
}
</style>