Shades of Citrus #AABB06
Tints of Citrus #AABB06
RGB
CMYK
RGB Variations
Color information
#AABB06 (or 0xAABB06) is known color: Citrus. HEX triplet: AA, BB and 06. RGB value is (170,187,6). Sum of RGB (Red+Green+Blue) = 170+187+6=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABB06 is #5544F9. Grayscale: #A1A1A1. Windows color (decimal): -5588218 or 441258. OLE color: 441258.
HSL color Cylindrical-coordinate representation of color #AABB06: hue angle of 65.64º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AABB06 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 6 | - |
| CMYK | 0.09 | 0 | 0.97 | 0.27 |
| HSL | 65.64º | 0.94% | 0.38% | - |
| HSV(B) | 65.64º | 0.97% | 0.73% | - |
| XYZ | 34.38 | 44.1 | 6.87 | - |
| YUV | 161.28 | 40.37 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 6 | 0.09 | 0 | 0.97 | 0.27 | 65.64 | 0.94 | 0.38 |
| Hex | AA | BB | 6 | 9 | 0 | 61 | 1B | 42 | 5E | 26 |
| Octal | 252 | 273 | 6 | 11 | 0 | 141 | 33 | 102 | 136 | 46 |
| Binary | 10101010 | 10111011 | 110 | 1001 | 0 | 1100001 | 11011 | 1000010 | 1011110 | 100110 |
Color Harmonies of #AABB06
Complementary color
Monochromatic Colors of #AABB06
Black with #AABB06
Text Example
Text Example
White with #AABB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB06; }
p { color: rgb(170,187,6); }
H1.HeaderClassName
{
color: #AABB06;
}
.AnyTagClassName
{
color: #AABB06;
}
</style>
background-color css
<style>
a { background-color: #AABB06; }
a { background-color: rgb(170,187,6); }
div.DivClassName
{
background-color: #AABB06;
}
.BgClassName
{
background-color: #AABB06;
}
</style>
border-color css
<style>
span { border-color: #AABB06; }
span { border-color: rgb(170,187,6); }
td.TdClassName
{
border-color: #AABB06;
}
.TagClassName
{
border-color: #AABB06;
}
</style>