Shades of Citrus #AAB702
Tints of Citrus #AAB702
RGB
CMYK
RGB Variations
Color information
#AAB702 (or 0xAAB702) is known color: Citrus. HEX triplet: AA, B7 and 02. RGB value is (170,183,2). Sum of RGB (Red+Green+Blue) = 170+183+2=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 183 (71.88% from 255 or 51.55% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB702 is #5548FD. Grayscale: #9F9F9F. Windows color (decimal): -5589246 or 178090. OLE color: 178090.
HSL color Cylindrical-coordinate representation of color #AAB702: hue angle of 64.31º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAB702 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.28 |
| HSL | 64.31º | 0.98% | 0.36% | - |
| HSV(B) | 64.31º | 0.99% | 0.72% | - |
| XYZ | 33.52 | 42.42 | 6.48 | - |
| YUV | 158.48 | 39.69 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 2 | 0.07 | 0 | 0.99 | 0.28 | 64.31 | 0.98 | 0.36 |
| Hex | AA | B7 | 2 | 7 | 0 | 63 | 1C | 40 | 62 | 24 |
| Octal | 252 | 267 | 2 | 7 | 0 | 143 | 34 | 100 | 142 | 44 |
| Binary | 10101010 | 10110111 | 10 | 111 | 0 | 1100011 | 11100 | 1000000 | 1100010 | 100100 |
Color Harmonies of #AAB702
Complementary color
Monochromatic Colors of #AAB702
Black with #AAB702
Text Example
Text Example
White with #AAB702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB702; }
p { color: rgb(170,183,2); }
H1.HeaderClassName
{
color: #AAB702;
}
.AnyTagClassName
{
color: #AAB702;
}
</style>
background-color css
<style>
a { background-color: #AAB702; }
a { background-color: rgb(170,183,2); }
div.DivClassName
{
background-color: #AAB702;
}
.BgClassName
{
background-color: #AAB702;
}
</style>
border-color css
<style>
span { border-color: #AAB702; }
span { border-color: rgb(170,183,2); }
td.TdClassName
{
border-color: #AAB702;
}
.TagClassName
{
border-color: #AAB702;
}
</style>