Shades of Citrus #AAB802
Tints of Citrus #AAB802
RGB
CMYK
RGB Variations
Color information
#AAB802 (or 0xAAB802) is known color: Citrus. HEX triplet: AA, B8 and 02. RGB value is (170,184,2). Sum of RGB (Red+Green+Blue) = 170+184+2=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB802 is #5547FD. Grayscale: #9F9F9F. Windows color (decimal): -5588990 or 178346. OLE color: 178346.
HSL color Cylindrical-coordinate representation of color #AAB802: hue angle of 64.62º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAB802 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 2 | - |
| CMYK | 0.08 | 0 | 0.99 | 0.28 |
| HSL | 64.62º | 0.98% | 0.36% | - |
| HSV(B) | 64.62º | 0.99% | 0.72% | - |
| XYZ | 33.73 | 42.83 | 6.55 | - |
| YUV | 159.07 | 39.36 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 2 | 0.08 | 0 | 0.99 | 0.28 | 64.62 | 0.98 | 0.36 |
| Hex | AA | B8 | 2 | 8 | 0 | 63 | 1C | 41 | 62 | 24 |
| Octal | 252 | 270 | 2 | 10 | 0 | 143 | 34 | 101 | 142 | 44 |
| Binary | 10101010 | 10111000 | 10 | 1000 | 0 | 1100011 | 11100 | 1000001 | 1100010 | 100100 |
Color Harmonies of #AAB802
Complementary color
Monochromatic Colors of #AAB802
Black with #AAB802
Text Example
Text Example
White with #AAB802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB802; }
p { color: rgb(170,184,2); }
H1.HeaderClassName
{
color: #AAB802;
}
.AnyTagClassName
{
color: #AAB802;
}
</style>
background-color css
<style>
a { background-color: #AAB802; }
a { background-color: rgb(170,184,2); }
div.DivClassName
{
background-color: #AAB802;
}
.BgClassName
{
background-color: #AAB802;
}
</style>
border-color css
<style>
span { border-color: #AAB802; }
span { border-color: rgb(170,184,2); }
td.TdClassName
{
border-color: #AAB802;
}
.TagClassName
{
border-color: #AAB802;
}
</style>