Shades of Citrus #AAB202
Tints of Citrus #AAB202
RGB
CMYK
RGB Variations
Color information
#AAB202 (or 0xAAB202) is known color: Citrus. HEX triplet: AA, B2 and 02. RGB value is (170,178,2). Sum of RGB (Red+Green+Blue) = 170+178+2=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB202 is #554DFD. Grayscale: #9C9C9C. Windows color (decimal): -5590526 or 176810. OLE color: 176810.
HSL color Cylindrical-coordinate representation of color #AAB202: hue angle of 62.73º 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 #AAB202 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.30 |
| HSL | 62.73º | 0.98% | 0.35% | - |
| HSV(B) | 62.73º | 0.99% | 0.7% | - |
| XYZ | 32.51 | 40.39 | 6.14 | - |
| YUV | 155.54 | 41.35 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 2 | 0.04 | 0 | 0.99 | 0.30 | 62.73 | 0.98 | 0.35 |
| Hex | AA | B2 | 2 | 4 | 0 | 63 | 1E | 3F | 62 | 23 |
| Octal | 252 | 262 | 2 | 4 | 0 | 143 | 36 | 77 | 142 | 43 |
| Binary | 10101010 | 10110010 | 10 | 100 | 0 | 1100011 | 11110 | 111111 | 1100010 | 100011 |
Color Harmonies of #AAB202
Complementary color
Monochromatic Colors of #AAB202
Black with #AAB202
Text Example
Text Example
White with #AAB202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB202; }
p { color: rgb(170,178,2); }
H1.HeaderClassName
{
color: #AAB202;
}
.AnyTagClassName
{
color: #AAB202;
}
</style>
background-color css
<style>
a { background-color: #AAB202; }
a { background-color: rgb(170,178,2); }
div.DivClassName
{
background-color: #AAB202;
}
.BgClassName
{
background-color: #AAB202;
}
</style>
border-color css
<style>
span { border-color: #AAB202; }
span { border-color: rgb(170,178,2); }
td.TdClassName
{
border-color: #AAB202;
}
.TagClassName
{
border-color: #AAB202;
}
</style>