Shades of Citrus #A0BF06
Tints of Citrus #A0BF06
RGB
CMYK
RGB Variations
Color information
#A0BF06 (or 0xA0BF06) is known color: Citrus. HEX triplet: A0, BF and 06. RGB value is (160,191,6). Sum of RGB (Red+Green+Blue) = 160+191+6=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 6 (2.73% from 255 or 1.68% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BF06 is #5F40F9. Grayscale: #A1A1A1. Windows color (decimal): -6242554 or 442272. OLE color: 442272.
HSL color Cylindrical-coordinate representation of color #A0BF06: hue angle of 70.05º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0BF06 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 191 | 6 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.25 |
| HSL | 70.05º | 0.94% | 0.39% | - |
| HSV(B) | 70.05º | 0.97% | 0.75% | - |
| XYZ | 33.16 | 44.75 | 7.06 | - |
| YUV | 160.64 | 40.73 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 191 | 6 | 0.16 | 0 | 0.97 | 0.25 | 70.05 | 0.94 | 0.39 |
| Hex | A0 | BF | 6 | 10 | 0 | 61 | 19 | 46 | 5E | 27 |
| Octal | 240 | 277 | 6 | 20 | 0 | 141 | 31 | 106 | 136 | 47 |
| Binary | 10100000 | 10111111 | 110 | 10000 | 0 | 1100001 | 11001 | 1000110 | 1011110 | 100111 |
Color Harmonies of #A0BF06
Complementary color
Monochromatic Colors of #A0BF06
Black with #A0BF06
Text Example
Text Example
White with #A0BF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BF06; }
p { color: rgb(160,191,6); }
H1.HeaderClassName
{
color: #A0BF06;
}
.AnyTagClassName
{
color: #A0BF06;
}
</style>
background-color css
<style>
a { background-color: #A0BF06; }
a { background-color: rgb(160,191,6); }
div.DivClassName
{
background-color: #A0BF06;
}
.BgClassName
{
background-color: #A0BF06;
}
</style>
border-color css
<style>
span { border-color: #A0BF06; }
span { border-color: rgb(160,191,6); }
td.TdClassName
{
border-color: #A0BF06;
}
.TagClassName
{
border-color: #A0BF06;
}
</style>