Shades of Bahia #A7C110
Tints of Bahia #A7C110
RGB
CMYK
RGB Variations
Color information
#A7C110 (or 0xA7C110) is known color: Bahia. HEX triplet: A7, C1 and 10. RGB value is (167,193,16). Sum of RGB (Red+Green+Blue) = 167+193+16=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 193 (75.78% from 255 or 51.33% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C110 is #583EEF. Grayscale: #A5A5A5. Windows color (decimal): -5783280 or 1098151. OLE color: 1098151.
HSL color Cylindrical-coordinate representation of color #A7C110: hue angle of 68.81º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7C110 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 193 | 16 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.24 |
| HSL | 68.81º | 0.85% | 0.41% | - |
| HSV(B) | 68.81º | 0.92% | 0.76% | - |
| XYZ | 35.1 | 46.39 | 7.59 | - |
| YUV | 165.05 | 43.89 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 193 | 16 | 0.13 | 0 | 0.92 | 0.24 | 68.81 | 0.85 | 0.41 |
| Hex | A7 | C1 | 10 | D | 0 | 5C | 18 | 45 | 55 | 29 |
| Octal | 247 | 301 | 20 | 15 | 0 | 134 | 30 | 105 | 125 | 51 |
| Binary | 10100111 | 11000001 | 10000 | 1101 | 0 | 1011100 | 11000 | 1000101 | 1010101 | 101001 |
Color Harmonies of #A7C110
Complementary color
Monochromatic Colors of #A7C110
Black with #A7C110
Text Example
Text Example
White with #A7C110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C110; }
p { color: rgb(167,193,16); }
H1.HeaderClassName
{
color: #A7C110;
}
.AnyTagClassName
{
color: #A7C110;
}
</style>
background-color css
<style>
a { background-color: #A7C110; }
a { background-color: rgb(167,193,16); }
div.DivClassName
{
background-color: #A7C110;
}
.BgClassName
{
background-color: #A7C110;
}
</style>
border-color css
<style>
span { border-color: #A7C110; }
span { border-color: rgb(167,193,16); }
td.TdClassName
{
border-color: #A7C110;
}
.TagClassName
{
border-color: #A7C110;
}
</style>