Shades of Bahia #A7C31C
Tints of Bahia #A7C31C
RGB
CMYK
RGB Variations
Color information
#A7C31C (or 0xA7C31C) is known color: Bahia. HEX triplet: A7, C3 and 1C. RGB value is (167,195,28). Sum of RGB (Red+Green+Blue) = 167+195+28=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C31C is #583CE3. Grayscale: #A8A8A8. Windows color (decimal): -5782756 or 1885095. OLE color: 1885095.
HSL color Cylindrical-coordinate representation of color #A7C31C: hue angle of 70.06º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A7C31C is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 195 | 28 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.24 |
| HSL | 70.06º | 0.75% | 0.44% | - |
| HSV(B) | 70.06º | 0.86% | 0.76% | - |
| XYZ | 35.66 | 47.33 | 8.35 | - |
| YUV | 167.59 | 49.22 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 195 | 28 | 0.14 | 0 | 0.86 | 0.24 | 70.06 | 0.75 | 0.44 |
| Hex | A7 | C3 | 1C | E | 0 | 56 | 18 | 46 | 4B | 2C |
| Octal | 247 | 303 | 34 | 16 | 0 | 126 | 30 | 106 | 113 | 54 |
| Binary | 10100111 | 11000011 | 11100 | 1110 | 0 | 1010110 | 11000 | 1000110 | 1001011 | 101100 |
Color Harmonies of #A7C31C
Complementary color
Monochromatic Colors of #A7C31C
Black with #A7C31C
Text Example
Text Example
White with #A7C31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C31C; }
p { color: rgb(167,195,28); }
H1.HeaderClassName
{
color: #A7C31C;
}
.AnyTagClassName
{
color: #A7C31C;
}
</style>
background-color css
<style>
a { background-color: #A7C31C; }
a { background-color: rgb(167,195,28); }
div.DivClassName
{
background-color: #A7C31C;
}
.BgClassName
{
background-color: #A7C31C;
}
</style>
border-color css
<style>
span { border-color: #A7C31C; }
span { border-color: rgb(167,195,28); }
td.TdClassName
{
border-color: #A7C31C;
}
.TagClassName
{
border-color: #A7C31C;
}
</style>