Shades of Bahia #A7C21C
Tints of Bahia #A7C21C
RGB
CMYK
RGB Variations
Color information
#A7C21C (or 0xA7C21C) is known color: Bahia. HEX triplet: A7, C2 and 1C. RGB value is (167,194,28). Sum of RGB (Red+Green+Blue) = 167+194+28=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C21C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C21C is #583DE3. Grayscale: #A7A7A7. Windows color (decimal): -5783012 or 1884839. OLE color: 1884839.
HSL color Cylindrical-coordinate representation of color #A7C21C: hue angle of 69.76º 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 #A7C21C is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 167 | 194 | 28 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.24 |
| HSL | 69.76º | 0.75% | 0.44% | - |
| HSV(B) | 69.76º | 0.86% | 0.76% | - |
| XYZ | 35.44 | 46.88 | 8.28 | - |
| YUV | 167 | 49.55 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 194 | 28 | 0.14 | 0 | 0.86 | 0.24 | 69.76 | 0.75 | 0.44 |
| Hex | A7 | C2 | 1C | E | 0 | 56 | 18 | 46 | 4B | 2C |
| Octal | 247 | 302 | 34 | 16 | 0 | 126 | 30 | 106 | 113 | 54 |
| Binary | 10100111 | 11000010 | 11100 | 1110 | 0 | 1010110 | 11000 | 1000110 | 1001011 | 101100 |
Color Harmonies of #A7C21C
Complementary color
Monochromatic Colors of #A7C21C
Black with #A7C21C
Text Example
Text Example
White with #A7C21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C21C; }
p { color: rgb(167,194,28); }
H1.HeaderClassName
{
color: #A7C21C;
}
.AnyTagClassName
{
color: #A7C21C;
}
</style>
background-color css
<style>
a { background-color: #A7C21C; }
a { background-color: rgb(167,194,28); }
div.DivClassName
{
background-color: #A7C21C;
}
.BgClassName
{
background-color: #A7C21C;
}
</style>
border-color css
<style>
span { border-color: #A7C21C; }
span { border-color: rgb(167,194,28); }
td.TdClassName
{
border-color: #A7C21C;
}
.TagClassName
{
border-color: #A7C21C;
}
</style>