Shades of Citrus #AAB306
Tints of Citrus #AAB306
RGB
CMYK
RGB Variations
Color information
#AAB306 (or 0xAAB306) is known color: Citrus. HEX triplet: AA, B3 and 06. RGB value is (170,179,6). Sum of RGB (Red+Green+Blue) = 170+179+6=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB306 is #554CF9. Grayscale: #9D9D9D. Windows color (decimal): -5590266 or 439210. OLE color: 439210.
HSL color Cylindrical-coordinate representation of color #AAB306: hue angle of 63.12º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAB306 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 6 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.30 |
| HSL | 63.12º | 0.94% | 0.36% | - |
| HSV(B) | 63.12º | 0.97% | 0.7% | - |
| XYZ | 32.73 | 40.8 | 6.32 | - |
| YUV | 156.59 | 43.02 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 6 | 0.05 | 0 | 0.97 | 0.30 | 63.12 | 0.94 | 0.36 |
| Hex | AA | B3 | 6 | 5 | 0 | 61 | 1E | 3F | 5E | 24 |
| Octal | 252 | 263 | 6 | 5 | 0 | 141 | 36 | 77 | 136 | 44 |
| Binary | 10101010 | 10110011 | 110 | 101 | 0 | 1100001 | 11110 | 111111 | 1011110 | 100100 |
Color Harmonies of #AAB306
Complementary color
Monochromatic Colors of #AAB306
Black with #AAB306
Text Example
Text Example
White with #AAB306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB306; }
p { color: rgb(170,179,6); }
H1.HeaderClassName
{
color: #AAB306;
}
.AnyTagClassName
{
color: #AAB306;
}
</style>
background-color css
<style>
a { background-color: #AAB306; }
a { background-color: rgb(170,179,6); }
div.DivClassName
{
background-color: #AAB306;
}
.BgClassName
{
background-color: #AAB306;
}
</style>
border-color css
<style>
span { border-color: #AAB306; }
span { border-color: rgb(170,179,6); }
td.TdClassName
{
border-color: #AAB306;
}
.TagClassName
{
border-color: #AAB306;
}
</style>