Shades of Citrus #AAB102
Tints of Citrus #AAB102
RGB
CMYK
RGB Variations
Color information
#AAB102 (or 0xAAB102) is known color: Citrus. HEX triplet: AA, B1 and 02. RGB value is (170,177,2). Sum of RGB (Red+Green+Blue) = 170+177+2=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB102 is #554EFD. Grayscale: #9B9B9B. Windows color (decimal): -5590782 or 176554. OLE color: 176554.
HSL color Cylindrical-coordinate representation of color #AAB102: hue angle of 62.4º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAB102 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.31 |
| HSL | 62.4º | 0.98% | 0.35% | - |
| HSV(B) | 62.4º | 0.99% | 0.69% | - |
| XYZ | 32.31 | 39.99 | 6.07 | - |
| YUV | 154.96 | 41.68 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 2 | 0.04 | 0 | 0.99 | 0.31 | 62.4 | 0.98 | 0.35 |
| Hex | AA | B1 | 2 | 4 | 0 | 63 | 1F | 3E | 62 | 23 |
| Octal | 252 | 261 | 2 | 4 | 0 | 143 | 37 | 76 | 142 | 43 |
| Binary | 10101010 | 10110001 | 10 | 100 | 0 | 1100011 | 11111 | 111110 | 1100010 | 100011 |
Color Harmonies of #AAB102
Complementary color
Monochromatic Colors of #AAB102
Black with #AAB102
Text Example
Text Example
White with #AAB102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB102; }
p { color: rgb(170,177,2); }
H1.HeaderClassName
{
color: #AAB102;
}
.AnyTagClassName
{
color: #AAB102;
}
</style>
background-color css
<style>
a { background-color: #AAB102; }
a { background-color: rgb(170,177,2); }
div.DivClassName
{
background-color: #AAB102;
}
.BgClassName
{
background-color: #AAB102;
}
</style>
border-color css
<style>
span { border-color: #AAB102; }
span { border-color: rgb(170,177,2); }
td.TdClassName
{
border-color: #AAB102;
}
.TagClassName
{
border-color: #AAB102;
}
</style>