Shades of Citrus #AAB308
Tints of Citrus #AAB308
RGB
CMYK
RGB Variations
Color information
#AAB308 (or 0xAAB308) is known color: Citrus. HEX triplet: AA, B3 and 08. RGB value is (170,179,8). Sum of RGB (Red+Green+Blue) = 170+179+8=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB308 is #554CF7. Grayscale: #9D9D9D. Windows color (decimal): -5590264 or 570282. OLE color: 570282.
HSL color Cylindrical-coordinate representation of color #AAB308: hue angle of 63.16º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAB308 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 8 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.30 |
| HSL | 63.16º | 0.91% | 0.37% | - |
| HSV(B) | 63.16º | 0.96% | 0.7% | - |
| XYZ | 32.74 | 40.8 | 6.38 | - |
| YUV | 156.82 | 44.02 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 8 | 0.05 | 0 | 0.96 | 0.30 | 63.16 | 0.91 | 0.37 |
| Hex | AA | B3 | 8 | 5 | 0 | 60 | 1E | 3F | 5B | 25 |
| Octal | 252 | 263 | 10 | 5 | 0 | 140 | 36 | 77 | 133 | 45 |
| Binary | 10101010 | 10110011 | 1000 | 101 | 0 | 1100000 | 11110 | 111111 | 1011011 | 100101 |
Color Harmonies of #AAB308
Complementary color
Monochromatic Colors of #AAB308
Black with #AAB308
Text Example
Text Example
White with #AAB308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB308; }
p { color: rgb(170,179,8); }
H1.HeaderClassName
{
color: #AAB308;
}
.AnyTagClassName
{
color: #AAB308;
}
</style>
background-color css
<style>
a { background-color: #AAB308; }
a { background-color: rgb(170,179,8); }
div.DivClassName
{
background-color: #AAB308;
}
.BgClassName
{
background-color: #AAB308;
}
</style>
border-color css
<style>
span { border-color: #AAB308; }
span { border-color: rgb(170,179,8); }
td.TdClassName
{
border-color: #AAB308;
}
.TagClassName
{
border-color: #AAB308;
}
</style>