Shades of Bahia #A4C11F
Tints of Bahia #A4C11F
RGB
CMYK
RGB Variations
Color information
#A4C11F (or 0xA4C11F) is known color: Bahia. HEX triplet: A4, C1 and 1F. RGB value is (164,193,31). Sum of RGB (Red+Green+Blue) = 164+193+31=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #A4C11F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C11F is #5B3EE0. Grayscale: #A6A6A6. Windows color (decimal): -5979873 or 2081188. OLE color: 2081188.
HSL color Cylindrical-coordinate representation of color #A4C11F: hue angle of 70.74º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4C11F is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 193 | 31 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.24 |
| HSL | 70.74º | 0.72% | 0.44% | - |
| HSV(B) | 70.74º | 0.84% | 0.76% | - |
| XYZ | 34.63 | 46.13 | 8.38 | - |
| YUV | 165.86 | 51.89 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 193 | 31 | 0.15 | 0 | 0.84 | 0.24 | 70.74 | 0.72 | 0.44 |
| Hex | A4 | C1 | 1F | F | 0 | 54 | 18 | 47 | 48 | 2C |
| Octal | 244 | 301 | 37 | 17 | 0 | 124 | 30 | 107 | 110 | 54 |
| Binary | 10100100 | 11000001 | 11111 | 1111 | 0 | 1010100 | 11000 | 1000111 | 1001000 | 101100 |
Color Harmonies of #A4C11F
Complementary color
Monochromatic Colors of #A4C11F
Black with #A4C11F
Text Example
Text Example
White with #A4C11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C11F; }
p { color: rgb(164,193,31); }
H1.HeaderClassName
{
color: #A4C11F;
}
.AnyTagClassName
{
color: #A4C11F;
}
</style>
background-color css
<style>
a { background-color: #A4C11F; }
a { background-color: rgb(164,193,31); }
div.DivClassName
{
background-color: #A4C11F;
}
.BgClassName
{
background-color: #A4C11F;
}
</style>
border-color css
<style>
span { border-color: #A4C11F; }
span { border-color: rgb(164,193,31); }
td.TdClassName
{
border-color: #A4C11F;
}
.TagClassName
{
border-color: #A4C11F;
}
</style>