Shades of Citrus #AAB302
Tints of Citrus #AAB302
RGB
CMYK
RGB Variations
Color information
#AAB302 (or 0xAAB302) is known color: Citrus. HEX triplet: AA, B3 and 02. RGB value is (170,179,2). Sum of RGB (Red+Green+Blue) = 170+179+2=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB302 is #554CFD. Grayscale: #9C9C9C. Windows color (decimal): -5590270 or 177066. OLE color: 177066.
HSL color Cylindrical-coordinate representation of color #AAB302: hue angle of 63.05º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAB302 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 2 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.30 |
| HSL | 63.05º | 0.98% | 0.35% | - |
| HSV(B) | 63.05º | 0.99% | 0.7% | - |
| XYZ | 32.71 | 40.79 | 6.21 | - |
| YUV | 156.13 | 41.02 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 2 | 0.05 | 0 | 0.99 | 0.30 | 63.05 | 0.98 | 0.35 |
| Hex | AA | B3 | 2 | 5 | 0 | 63 | 1E | 3F | 62 | 23 |
| Octal | 252 | 263 | 2 | 5 | 0 | 143 | 36 | 77 | 142 | 43 |
| Binary | 10101010 | 10110011 | 10 | 101 | 0 | 1100011 | 11110 | 111111 | 1100010 | 100011 |
Color Harmonies of #AAB302
Complementary color
Monochromatic Colors of #AAB302
Black with #AAB302
Text Example
Text Example
White with #AAB302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB302; }
p { color: rgb(170,179,2); }
H1.HeaderClassName
{
color: #AAB302;
}
.AnyTagClassName
{
color: #AAB302;
}
</style>
background-color css
<style>
a { background-color: #AAB302; }
a { background-color: rgb(170,179,2); }
div.DivClassName
{
background-color: #AAB302;
}
.BgClassName
{
background-color: #AAB302;
}
</style>
border-color css
<style>
span { border-color: #AAB302; }
span { border-color: rgb(170,179,2); }
td.TdClassName
{
border-color: #AAB302;
}
.TagClassName
{
border-color: #AAB302;
}
</style>