Shades of Citrus #AAB301
Tints of Citrus #AAB301
RGB
CMYK
RGB Variations
Color information
#AAB301 (or 0xAAB301) is known color: Citrus. HEX triplet: AA, B3 and 01. RGB value is (170,179,1). Sum of RGB (Red+Green+Blue) = 170+179+1=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 179 (70.31% from 255 or 51.14% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB301 is #554CFE. Grayscale: #9C9C9C. Windows color (decimal): -5590271 or 111530. OLE color: 111530.
HSL color Cylindrical-coordinate representation of color #AAB301: hue angle of 63.03º 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 #AAB301 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 1 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.30 |
| HSL | 63.03º | 0.99% | 0.35% | - |
| HSV(B) | 63.03º | 0.99% | 0.7% | - |
| XYZ | 32.7 | 40.79 | 6.18 | - |
| YUV | 156.02 | 40.52 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 1 | 0.05 | 0 | 0.99 | 0.30 | 63.03 | 0.99 | 0.35 |
| Hex | AA | B3 | 1 | 5 | 0 | 63 | 1E | 3F | 63 | 23 |
| Octal | 252 | 263 | 1 | 5 | 0 | 143 | 36 | 77 | 143 | 43 |
| Binary | 10101010 | 10110011 | 1 | 101 | 0 | 1100011 | 11110 | 111111 | 1100011 | 100011 |
Color Harmonies of #AAB301
Complementary color
Monochromatic Colors of #AAB301
Black with #AAB301
Text Example
Text Example
White with #AAB301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB301; }
p { color: rgb(170,179,1); }
H1.HeaderClassName
{
color: #AAB301;
}
.AnyTagClassName
{
color: #AAB301;
}
</style>
background-color css
<style>
a { background-color: #AAB301; }
a { background-color: rgb(170,179,1); }
div.DivClassName
{
background-color: #AAB301;
}
.BgClassName
{
background-color: #AAB301;
}
</style>
border-color css
<style>
span { border-color: #AAB301; }
span { border-color: rgb(170,179,1); }
td.TdClassName
{
border-color: #AAB301;
}
.TagClassName
{
border-color: #AAB301;
}
</style>