Shades of Bahia #A4C914
Tints of Bahia #A4C914
RGB
CMYK
RGB Variations
Color information
#A4C914 (or 0xA4C914) is known color: Bahia. HEX triplet: A4, C9 and 14. RGB value is (164,201,20). Sum of RGB (Red+Green+Blue) = 164+201+20=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C914 is #5B36EB. Grayscale: #A9A9A9. Windows color (decimal): -5977836 or 1362340. OLE color: 1362340.
HSL color Cylindrical-coordinate representation of color #A4C914: hue angle of 72.27º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A4C914 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 201 | 20 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.21 |
| HSL | 72.27º | 0.82% | 0.43% | - |
| HSV(B) | 72.27º | 0.9% | 0.79% | - |
| XYZ | 36.32 | 49.72 | 8.34 | - |
| YUV | 169.3 | 43.74 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 201 | 20 | 0.18 | 0 | 0.90 | 0.21 | 72.27 | 0.82 | 0.43 |
| Hex | A4 | C9 | 14 | 12 | 0 | 5A | 15 | 48 | 52 | 2B |
| Octal | 244 | 311 | 24 | 22 | 0 | 132 | 25 | 110 | 122 | 53 |
| Binary | 10100100 | 11001001 | 10100 | 10010 | 0 | 1011010 | 10101 | 1001000 | 1010010 | 101011 |
Color Harmonies of #A4C914
Complementary color
Monochromatic Colors of #A4C914
Black with #A4C914
Text Example
Text Example
White with #A4C914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C914; }
p { color: rgb(164,201,20); }
H1.HeaderClassName
{
color: #A4C914;
}
.AnyTagClassName
{
color: #A4C914;
}
</style>
background-color css
<style>
a { background-color: #A4C914; }
a { background-color: rgb(164,201,20); }
div.DivClassName
{
background-color: #A4C914;
}
.BgClassName
{
background-color: #A4C914;
}
</style>
border-color css
<style>
span { border-color: #A4C914; }
span { border-color: rgb(164,201,20); }
td.TdClassName
{
border-color: #A4C914;
}
.TagClassName
{
border-color: #A4C914;
}
</style>