Shades of Citrus #AAB508
Tints of Citrus #AAB508
RGB
CMYK
RGB Variations
Color information
#AAB508 (or 0xAAB508) is known color: Citrus. HEX triplet: AA, B5 and 08. RGB value is (170,181,8). Sum of RGB (Red+Green+Blue) = 170+181+8=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 181 (71.09% from 255 or 50.42% from 359); Blue value is 8 (3.52% from 255 or 2.23% from 359); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB508 is #554AF7. Grayscale: #9E9E9E. Windows color (decimal): -5589752 or 570794. OLE color: 570794.
HSL color Cylindrical-coordinate representation of color #AAB508: hue angle of 63.82º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAB508 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 8 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.29 |
| HSL | 63.82º | 0.92% | 0.37% | - |
| HSV(B) | 63.82º | 0.96% | 0.71% | - |
| XYZ | 33.15 | 41.61 | 6.51 | - |
| YUV | 157.99 | 43.36 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 8 | 0.06 | 0 | 0.96 | 0.29 | 63.82 | 0.92 | 0.37 |
| Hex | AA | B5 | 8 | 6 | 0 | 60 | 1D | 40 | 5C | 25 |
| Octal | 252 | 265 | 10 | 6 | 0 | 140 | 35 | 100 | 134 | 45 |
| Binary | 10101010 | 10110101 | 1000 | 110 | 0 | 1100000 | 11101 | 1000000 | 1011100 | 100101 |
Color Harmonies of #AAB508
Complementary color
Monochromatic Colors of #AAB508
Black with #AAB508
Text Example
Text Example
White with #AAB508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB508; }
p { color: rgb(170,181,8); }
H1.HeaderClassName
{
color: #AAB508;
}
.AnyTagClassName
{
color: #AAB508;
}
</style>
background-color css
<style>
a { background-color: #AAB508; }
a { background-color: rgb(170,181,8); }
div.DivClassName
{
background-color: #AAB508;
}
.BgClassName
{
background-color: #AAB508;
}
</style>
border-color css
<style>
span { border-color: #AAB508; }
span { border-color: rgb(170,181,8); }
td.TdClassName
{
border-color: #AAB508;
}
.TagClassName
{
border-color: #AAB508;
}
</style>