Shades of Citrus #A7BA00
Tints of Citrus #A7BA00
RGB
CMYK
RGB Variations
Color information
#A7BA00 (or 0xA7BA00) is known color: Citrus. HEX triplet: A7, BA and 00. RGB value is (167,186,0). Sum of RGB (Red+Green+Blue) = 167+186+0=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BA00 is #5845FF. Grayscale: #9F9F9F. Windows color (decimal): -5785088 or 47783. OLE color: 47783.
HSL color Cylindrical-coordinate representation of color #A7BA00: hue angle of 66.13º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A7BA00 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 186 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.27 |
| HSL | 66.13º | 1% | 0.36% | - |
| HSV(B) | 66.13º | 1% | 0.73% | - |
| XYZ | 33.5 | 43.33 | 6.6 | - |
| YUV | 159.12 | 38.21 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 186 | 0 | 0.10 | 0 | 1 | 0.27 | 66.13 | 1 | 0.36 |
| Hex | A7 | BA | 0 | A | 0 | 64 | 1B | 42 | 64 | 24 |
| Octal | 247 | 272 | 0 | 12 | 0 | 144 | 33 | 102 | 144 | 44 |
| Binary | 10100111 | 10111010 | 0 | 1010 | 0 | 1100100 | 11011 | 1000010 | 1100100 | 100100 |
Color Harmonies of #A7BA00
Complementary color
Monochromatic Colors of #A7BA00
Black with #A7BA00
Text Example
Text Example
White with #A7BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BA00; }
p { color: rgb(167,186,0); }
H1.HeaderClassName
{
color: #A7BA00;
}
.AnyTagClassName
{
color: #A7BA00;
}
</style>
background-color css
<style>
a { background-color: #A7BA00; }
a { background-color: rgb(167,186,0); }
div.DivClassName
{
background-color: #A7BA00;
}
.BgClassName
{
background-color: #A7BA00;
}
</style>
border-color css
<style>
span { border-color: #A7BA00; }
span { border-color: rgb(167,186,0); }
td.TdClassName
{
border-color: #A7BA00;
}
.TagClassName
{
border-color: #A7BA00;
}
</style>