Shades of Citrus #A7BA11
Tints of Citrus #A7BA11
RGB
CMYK
RGB Variations
Color information
#A7BA11 (or 0xA7BA11) is known color: Citrus. HEX triplet: A7, BA and 11. RGB value is (167,186,17). Sum of RGB (Red+Green+Blue) = 167+186+17=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #A7BA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7BA11 is #5845EE. Grayscale: #A1A1A1. Windows color (decimal): -5785071 or 1161895. OLE color: 1161895.
HSL color Cylindrical-coordinate representation of color #A7BA11: hue angle of 66.75º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A7BA11 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 186 | 17 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.27 |
| HSL | 66.75º | 0.83% | 0.4% | - |
| HSV(B) | 66.75º | 0.91% | 0.73% | - |
| XYZ | 33.6 | 43.37 | 7.13 | - |
| YUV | 161.05 | 46.71 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 186 | 17 | 0.10 | 0 | 0.91 | 0.27 | 66.75 | 0.83 | 0.4 |
| Hex | A7 | BA | 11 | A | 0 | 5B | 1B | 43 | 53 | 28 |
| Octal | 247 | 272 | 21 | 12 | 0 | 133 | 33 | 103 | 123 | 50 |
| Binary | 10100111 | 10111010 | 10001 | 1010 | 0 | 1011011 | 11011 | 1000011 | 1010011 | 101000 |
Color Harmonies of #A7BA11
Complementary color
Monochromatic Colors of #A7BA11
Black with #A7BA11
Text Example
Text Example
White with #A7BA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7BA11; }
p { color: rgb(167,186,17); }
H1.HeaderClassName
{
color: #A7BA11;
}
.AnyTagClassName
{
color: #A7BA11;
}
</style>
background-color css
<style>
a { background-color: #A7BA11; }
a { background-color: rgb(167,186,17); }
div.DivClassName
{
background-color: #A7BA11;
}
.BgClassName
{
background-color: #A7BA11;
}
</style>
border-color css
<style>
span { border-color: #A7BA11; }
span { border-color: rgb(167,186,17); }
td.TdClassName
{
border-color: #A7BA11;
}
.TagClassName
{
border-color: #A7BA11;
}
</style>