Shades of Citrus #AAB201
Tints of Citrus #AAB201
RGB
CMYK
RGB Variations
Color information
#AAB201 (or 0xAAB201) is known color: Citrus. HEX triplet: AA, B2 and 01. RGB value is (170,178,1). Sum of RGB (Red+Green+Blue) = 170+178+1=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 178 (69.92% from 255 or 51.00% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB201 is #554DFE. Grayscale: #9C9C9C. Windows color (decimal): -5590527 or 111274. OLE color: 111274.
HSL color Cylindrical-coordinate representation of color #AAB201: hue angle of 62.71º degrees, saturation: 0.99, 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 #AAB201 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.30 |
| HSL | 62.71º | 0.99% | 0.35% | - |
| HSV(B) | 62.71º | 0.99% | 0.7% | - |
| XYZ | 32.5 | 40.39 | 6.11 | - |
| YUV | 155.43 | 40.85 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 1 | 0.04 | 0 | 0.99 | 0.30 | 62.71 | 0.99 | 0.35 |
| Hex | AA | B2 | 1 | 4 | 0 | 63 | 1E | 3F | 63 | 23 |
| Octal | 252 | 262 | 1 | 4 | 0 | 143 | 36 | 77 | 143 | 43 |
| Binary | 10101010 | 10110010 | 1 | 100 | 0 | 1100011 | 11110 | 111111 | 1100011 | 100011 |
Color Harmonies of #AAB201
Complementary color
Monochromatic Colors of #AAB201
Black with #AAB201
Text Example
Text Example
White with #AAB201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB201; }
p { color: rgb(170,178,1); }
H1.HeaderClassName
{
color: #AAB201;
}
.AnyTagClassName
{
color: #AAB201;
}
</style>
background-color css
<style>
a { background-color: #AAB201; }
a { background-color: rgb(170,178,1); }
div.DivClassName
{
background-color: #AAB201;
}
.BgClassName
{
background-color: #AAB201;
}
</style>
border-color css
<style>
span { border-color: #AAB201; }
span { border-color: rgb(170,178,1); }
td.TdClassName
{
border-color: #AAB201;
}
.TagClassName
{
border-color: #AAB201;
}
</style>