Shades of Citrus #AABF0B
Tints of Citrus #AABF0B
RGB
CMYK
RGB Variations
Color information
#AABF0B (or 0xAABF0B) is known color: Citrus. HEX triplet: AA, BF and 0B. RGB value is (170,191,11). Sum of RGB (Red+Green+Blue) = 170+191+11=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 11 (4.69% from 255 or 2.96% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABF0B is #5540F4. Grayscale: #A4A4A4. Windows color (decimal): -5587189 or 769962. OLE color: 769962.
HSL color Cylindrical-coordinate representation of color #AABF0B: hue angle of 67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AABF0B is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 191 | 11 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.25 |
| HSL | 67º | 0.89% | 0.4% | - |
| HSV(B) | 67º | 0.94% | 0.75% | - |
| XYZ | 35.27 | 45.83 | 7.3 | - |
| YUV | 164.2 | 41.54 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 11 | 0.11 | 0 | 0.94 | 0.25 | 67 | 0.89 | 0.4 |
| Hex | AA | BF | B | B | 0 | 5E | 19 | 43 | 59 | 28 |
| Octal | 252 | 277 | 13 | 13 | 0 | 136 | 31 | 103 | 131 | 50 |
| Binary | 10101010 | 10111111 | 1011 | 1011 | 0 | 1011110 | 11001 | 1000011 | 1011001 | 101000 |
Color Harmonies of #AABF0B
Complementary color
Monochromatic Colors of #AABF0B
Black with #AABF0B
Text Example
Text Example
White with #AABF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABF0B; }
p { color: rgb(170,191,11); }
H1.HeaderClassName
{
color: #AABF0B;
}
.AnyTagClassName
{
color: #AABF0B;
}
</style>
background-color css
<style>
a { background-color: #AABF0B; }
a { background-color: rgb(170,191,11); }
div.DivClassName
{
background-color: #AABF0B;
}
.BgClassName
{
background-color: #AABF0B;
}
</style>
border-color css
<style>
span { border-color: #AABF0B; }
span { border-color: rgb(170,191,11); }
td.TdClassName
{
border-color: #AABF0B;
}
.TagClassName
{
border-color: #AABF0B;
}
</style>