Shades of Bahia #A7C313
Tints of Bahia #A7C313
RGB
CMYK
RGB Variations
Color information
#A7C313 (or 0xA7C313) is known color: Bahia. HEX triplet: A7, C3 and 13. RGB value is (167,195,19). Sum of RGB (Red+Green+Blue) = 167+195+19=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C313 is #583CEC. Grayscale: #A7A7A7. Windows color (decimal): -5782765 or 1295271. OLE color: 1295271.
HSL color Cylindrical-coordinate representation of color #A7C313: hue angle of 69.55º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7C313 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 195 | 19 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.24 |
| HSL | 69.55º | 0.82% | 0.42% | - |
| HSV(B) | 69.55º | 0.9% | 0.76% | - |
| XYZ | 35.57 | 47.29 | 7.87 | - |
| YUV | 166.56 | 44.72 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 195 | 19 | 0.14 | 0 | 0.90 | 0.24 | 69.55 | 0.82 | 0.42 |
| Hex | A7 | C3 | 13 | E | 0 | 5A | 18 | 46 | 52 | 2A |
| Octal | 247 | 303 | 23 | 16 | 0 | 132 | 30 | 106 | 122 | 52 |
| Binary | 10100111 | 11000011 | 10011 | 1110 | 0 | 1011010 | 11000 | 1000110 | 1010010 | 101010 |
Color Harmonies of #A7C313
Complementary color
Monochromatic Colors of #A7C313
Black with #A7C313
Text Example
Text Example
White with #A7C313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C313; }
p { color: rgb(167,195,19); }
H1.HeaderClassName
{
color: #A7C313;
}
.AnyTagClassName
{
color: #A7C313;
}
</style>
background-color css
<style>
a { background-color: #A7C313; }
a { background-color: rgb(167,195,19); }
div.DivClassName
{
background-color: #A7C313;
}
.BgClassName
{
background-color: #A7C313;
}
</style>
border-color css
<style>
span { border-color: #A7C313; }
span { border-color: rgb(167,195,19); }
td.TdClassName
{
border-color: #A7C313;
}
.TagClassName
{
border-color: #A7C313;
}
</style>