Shades of Citrus #AAB700
Tints of Citrus #AAB700
RGB
CMYK
RGB Variations
Color information
#AAB700 (or 0xAAB700) is known color: Citrus. HEX triplet: AA, B7 and 00. RGB value is (170,183,0). Sum of RGB (Red+Green+Blue) = 170+183+0=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB700 is #5548FF. Grayscale: #9E9E9E. Windows color (decimal): -5589248 or 47018. OLE color: 47018.
HSL color Cylindrical-coordinate representation of color #AAB700: hue angle of 64.26º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAB700 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.28 |
| HSL | 64.26º | 1% | 0.36% | - |
| HSV(B) | 64.26º | 1% | 0.72% | - |
| XYZ | 33.51 | 42.41 | 6.42 | - |
| YUV | 158.25 | 38.69 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 0 | 0.07 | 0 | 1 | 0.28 | 64.26 | 1 | 0.36 |
| Hex | AA | B7 | 0 | 7 | 0 | 64 | 1C | 40 | 64 | 24 |
| Octal | 252 | 267 | 0 | 7 | 0 | 144 | 34 | 100 | 144 | 44 |
| Binary | 10101010 | 10110111 | 0 | 111 | 0 | 1100100 | 11100 | 1000000 | 1100100 | 100100 |
Color Harmonies of #AAB700
Complementary color
Monochromatic Colors of #AAB700
Black with #AAB700
Text Example
Text Example
White with #AAB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB700; }
p { color: rgb(170,183,0); }
H1.HeaderClassName
{
color: #AAB700;
}
.AnyTagClassName
{
color: #AAB700;
}
</style>
background-color css
<style>
a { background-color: #AAB700; }
a { background-color: rgb(170,183,0); }
div.DivClassName
{
background-color: #AAB700;
}
.BgClassName
{
background-color: #AAB700;
}
</style>
border-color css
<style>
span { border-color: #AAB700; }
span { border-color: rgb(170,183,0); }
td.TdClassName
{
border-color: #AAB700;
}
.TagClassName
{
border-color: #AAB700;
}
</style>