Shades of Bahia #A4C316
Tints of Bahia #A4C316
RGB
CMYK
RGB Variations
Color information
#A4C316 (or 0xA4C316) is known color: Bahia. HEX triplet: A4, C3 and 16. RGB value is (164,195,22). Sum of RGB (Red+Green+Blue) = 164+195+22=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 195 (76.56% from 255 or 51.18% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C316 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C316 is #5B3CE9. Grayscale: #A6A6A6. Windows color (decimal): -5979370 or 1491876. OLE color: 1491876.
HSL color Cylindrical-coordinate representation of color #A4C316: hue angle of 70.75º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A4C316 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 195 | 22 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.24 |
| HSL | 70.75º | 0.8% | 0.43% | - |
| HSV(B) | 70.75º | 0.89% | 0.76% | - |
| XYZ | 34.97 | 46.98 | 7.98 | - |
| YUV | 166.01 | 46.73 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 195 | 22 | 0.16 | 0 | 0.89 | 0.24 | 70.75 | 0.8 | 0.43 |
| Hex | A4 | C3 | 16 | 10 | 0 | 59 | 18 | 47 | 50 | 2B |
| Octal | 244 | 303 | 26 | 20 | 0 | 131 | 30 | 107 | 120 | 53 |
| Binary | 10100100 | 11000011 | 10110 | 10000 | 0 | 1011001 | 11000 | 1000111 | 1010000 | 101011 |
Color Harmonies of #A4C316
Complementary color
Monochromatic Colors of #A4C316
Black with #A4C316
Text Example
Text Example
White with #A4C316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C316; }
p { color: rgb(164,195,22); }
H1.HeaderClassName
{
color: #A4C316;
}
.AnyTagClassName
{
color: #A4C316;
}
</style>
background-color css
<style>
a { background-color: #A4C316; }
a { background-color: rgb(164,195,22); }
div.DivClassName
{
background-color: #A4C316;
}
.BgClassName
{
background-color: #A4C316;
}
</style>
border-color css
<style>
span { border-color: #A4C316; }
span { border-color: rgb(164,195,22); }
td.TdClassName
{
border-color: #A4C316;
}
.TagClassName
{
border-color: #A4C316;
}
</style>