Shades of Citrus #AAB40B
Tints of Citrus #AAB40B
RGB
CMYK
RGB Variations
Color information
#AAB40B (or 0xAAB40B) is known color: Citrus. HEX triplet: AA, B4 and 0B. RGB value is (170,180,11). Sum of RGB (Red+Green+Blue) = 170+180+11=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB40B is #554BF4. Grayscale: #9E9E9E. Windows color (decimal): -5590005 or 767146. OLE color: 767146.
HSL color Cylindrical-coordinate representation of color #AAB40B: hue angle of 63.55º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAB40B is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 11 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.29 |
| HSL | 63.55º | 0.88% | 0.37% | - |
| HSV(B) | 63.55º | 0.94% | 0.71% | - |
| XYZ | 32.96 | 41.21 | 6.53 | - |
| YUV | 157.74 | 45.19 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 11 | 0.06 | 0 | 0.94 | 0.29 | 63.55 | 0.88 | 0.37 |
| Hex | AA | B4 | B | 6 | 0 | 5E | 1D | 40 | 58 | 25 |
| Octal | 252 | 264 | 13 | 6 | 0 | 136 | 35 | 100 | 130 | 45 |
| Binary | 10101010 | 10110100 | 1011 | 110 | 0 | 1011110 | 11101 | 1000000 | 1011000 | 100101 |
Color Harmonies of #AAB40B
Complementary color
Monochromatic Colors of #AAB40B
Black with #AAB40B
Text Example
Text Example
White with #AAB40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB40B; }
p { color: rgb(170,180,11); }
H1.HeaderClassName
{
color: #AAB40B;
}
.AnyTagClassName
{
color: #AAB40B;
}
</style>
background-color css
<style>
a { background-color: #AAB40B; }
a { background-color: rgb(170,180,11); }
div.DivClassName
{
background-color: #AAB40B;
}
.BgClassName
{
background-color: #AAB40B;
}
</style>
border-color css
<style>
span { border-color: #AAB40B; }
span { border-color: rgb(170,180,11); }
td.TdClassName
{
border-color: #AAB40B;
}
.TagClassName
{
border-color: #AAB40B;
}
</style>