Shades of Citrus #A0BB06
Tints of Citrus #A0BB06
RGB
CMYK
RGB Variations
Color information
#A0BB06 (or 0xA0BB06) is known color: Citrus. HEX triplet: A0, BB and 06. RGB value is (160,187,6). Sum of RGB (Red+Green+Blue) = 160+187+6=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 6 (2.73% from 255 or 1.70% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BB06 is #5F44F9. Grayscale: #9E9E9E. Windows color (decimal): -6243578 or 441248. OLE color: 441248.
HSL color Cylindrical-coordinate representation of color #A0BB06: hue angle of 68.95º 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 #A0BB06 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 187 | 6 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.27 |
| HSL | 68.95º | 0.94% | 0.38% | - |
| HSV(B) | 68.95º | 0.97% | 0.73% | - |
| XYZ | 32.3 | 43.03 | 6.78 | - |
| YUV | 158.29 | 42.05 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 6 | 0.14 | 0 | 0.97 | 0.27 | 68.95 | 0.94 | 0.38 |
| Hex | A0 | BB | 6 | E | 0 | 61 | 1B | 45 | 5E | 26 |
| Octal | 240 | 273 | 6 | 16 | 0 | 141 | 33 | 105 | 136 | 46 |
| Binary | 10100000 | 10111011 | 110 | 1110 | 0 | 1100001 | 11011 | 1000101 | 1011110 | 100110 |
Color Harmonies of #A0BB06
Complementary color
Monochromatic Colors of #A0BB06
Black with #A0BB06
Text Example
Text Example
White with #A0BB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BB06; }
p { color: rgb(160,187,6); }
H1.HeaderClassName
{
color: #A0BB06;
}
.AnyTagClassName
{
color: #A0BB06;
}
</style>
background-color css
<style>
a { background-color: #A0BB06; }
a { background-color: rgb(160,187,6); }
div.DivClassName
{
background-color: #A0BB06;
}
.BgClassName
{
background-color: #A0BB06;
}
</style>
border-color css
<style>
span { border-color: #A0BB06; }
span { border-color: rgb(160,187,6); }
td.TdClassName
{
border-color: #A0BB06;
}
.TagClassName
{
border-color: #A0BB06;
}
</style>