Shades of Citrus #AAB602
Tints of Citrus #AAB602
RGB
CMYK
RGB Variations
Color information
#AAB602 (or 0xAAB602) is known color: Citrus. HEX triplet: AA, B6 and 02. RGB value is (170,182,2). Sum of RGB (Red+Green+Blue) = 170+182+2=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 182 (71.48% from 255 or 51.41% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB602 is #5549FD. Grayscale: #9E9E9E. Windows color (decimal): -5589502 or 177834. OLE color: 177834.
HSL color Cylindrical-coordinate representation of color #AAB602: hue angle of 64º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAB602 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.29 |
| HSL | 64º | 0.98% | 0.36% | - |
| HSV(B) | 64º | 0.99% | 0.71% | - |
| XYZ | 33.32 | 42.01 | 6.41 | - |
| YUV | 157.89 | 40.02 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 2 | 0.07 | 0 | 0.99 | 0.29 | 64 | 0.98 | 0.36 |
| Hex | AA | B6 | 2 | 7 | 0 | 63 | 1D | 40 | 62 | 24 |
| Octal | 252 | 266 | 2 | 7 | 0 | 143 | 35 | 100 | 142 | 44 |
| Binary | 10101010 | 10110110 | 10 | 111 | 0 | 1100011 | 11101 | 1000000 | 1100010 | 100100 |
Color Harmonies of #AAB602
Complementary color
Monochromatic Colors of #AAB602
Black with #AAB602
Text Example
Text Example
White with #AAB602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB602; }
p { color: rgb(170,182,2); }
H1.HeaderClassName
{
color: #AAB602;
}
.AnyTagClassName
{
color: #AAB602;
}
</style>
background-color css
<style>
a { background-color: #AAB602; }
a { background-color: rgb(170,182,2); }
div.DivClassName
{
background-color: #AAB602;
}
.BgClassName
{
background-color: #AAB602;
}
</style>
border-color css
<style>
span { border-color: #AAB602; }
span { border-color: rgb(170,182,2); }
td.TdClassName
{
border-color: #AAB602;
}
.TagClassName
{
border-color: #AAB602;
}
</style>