Shades of Citrus #AAB205
Tints of Citrus #AAB205
RGB
CMYK
RGB Variations
Color information
#AAB205 (or 0xAAB205) is known color: Citrus. HEX triplet: AA, B2 and 05. RGB value is (170,178,5). Sum of RGB (Red+Green+Blue) = 170+178+5=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB205 is #554DFA. Grayscale: #9C9C9C. Windows color (decimal): -5590523 or 373418. OLE color: 373418.
HSL color Cylindrical-coordinate representation of color #AAB205: hue angle of 62.77º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAB205 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 5 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.30 |
| HSL | 62.77º | 0.95% | 0.36% | - |
| HSV(B) | 62.77º | 0.97% | 0.7% | - |
| XYZ | 32.53 | 40.4 | 6.23 | - |
| YUV | 155.89 | 42.85 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 5 | 0.04 | 0 | 0.97 | 0.30 | 62.77 | 0.95 | 0.36 |
| Hex | AA | B2 | 5 | 4 | 0 | 61 | 1E | 3F | 5F | 24 |
| Octal | 252 | 262 | 5 | 4 | 0 | 141 | 36 | 77 | 137 | 44 |
| Binary | 10101010 | 10110010 | 101 | 100 | 0 | 1100001 | 11110 | 111111 | 1011111 | 100100 |
Color Harmonies of #AAB205
Complementary color
Monochromatic Colors of #AAB205
Black with #AAB205
Text Example
Text Example
White with #AAB205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB205; }
p { color: rgb(170,178,5); }
H1.HeaderClassName
{
color: #AAB205;
}
.AnyTagClassName
{
color: #AAB205;
}
</style>
background-color css
<style>
a { background-color: #AAB205; }
a { background-color: rgb(170,178,5); }
div.DivClassName
{
background-color: #AAB205;
}
.BgClassName
{
background-color: #AAB205;
}
</style>
border-color css
<style>
span { border-color: #AAB205; }
span { border-color: rgb(170,178,5); }
td.TdClassName
{
border-color: #AAB205;
}
.TagClassName
{
border-color: #AAB205;
}
</style>