Shades of Citrus #AABB02
Tints of Citrus #AABB02
RGB
CMYK
RGB Variations
Color information
#AABB02 (or 0xAABB02) is known color: Citrus. HEX triplet: AA, BB and 02. RGB value is (170,187,2). Sum of RGB (Red+Green+Blue) = 170+187+2=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABB02 is #5544FD. Grayscale: #A1A1A1. Windows color (decimal): -5588222 or 179114. OLE color: 179114.
HSL color Cylindrical-coordinate representation of color #AABB02: hue angle of 65.51º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AABB02 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 170 | 187 | 2 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.27 |
| HSL | 65.51º | 0.98% | 0.37% | - |
| HSV(B) | 65.51º | 0.99% | 0.73% | - |
| XYZ | 34.36 | 44.09 | 6.76 | - |
| YUV | 160.83 | 38.37 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 187 | 2 | 0.09 | 0 | 0.99 | 0.27 | 65.51 | 0.98 | 0.37 |
| Hex | AA | BB | 2 | 9 | 0 | 63 | 1B | 42 | 62 | 25 |
| Octal | 252 | 273 | 2 | 11 | 0 | 143 | 33 | 102 | 142 | 45 |
| Binary | 10101010 | 10111011 | 10 | 1001 | 0 | 1100011 | 11011 | 1000010 | 1100010 | 100101 |
Color Harmonies of #AABB02
Complementary color
Monochromatic Colors of #AABB02
Black with #AABB02
Text Example
Text Example
White with #AABB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABB02; }
p { color: rgb(170,187,2); }
H1.HeaderClassName
{
color: #AABB02;
}
.AnyTagClassName
{
color: #AABB02;
}
</style>
background-color css
<style>
a { background-color: #AABB02; }
a { background-color: rgb(170,187,2); }
div.DivClassName
{
background-color: #AABB02;
}
.BgClassName
{
background-color: #AABB02;
}
</style>
border-color css
<style>
span { border-color: #AABB02; }
span { border-color: rgb(170,187,2); }
td.TdClassName
{
border-color: #AABB02;
}
.TagClassName
{
border-color: #AABB02;
}
</style>