Shades of Bahia #A4C21E
Tints of Bahia #A4C21E
RGB
CMYK
RGB Variations
Color information
#A4C21E (or 0xA4C21E) is known color: Bahia. HEX triplet: A4, C2 and 1E. RGB value is (164,194,30). Sum of RGB (Red+Green+Blue) = 164+194+30=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 194 (76.17% from 255 or 50% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C21E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C21E is #5B3DE1. Grayscale: #A6A6A6. Windows color (decimal): -5979618 or 2015908. OLE color: 2015908.
HSL color Cylindrical-coordinate representation of color #A4C21E: hue angle of 70.98º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A4C21E is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 194 | 30 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.24 |
| HSL | 70.98º | 0.73% | 0.44% | - |
| HSV(B) | 70.98º | 0.85% | 0.76% | - |
| XYZ | 34.84 | 46.57 | 8.38 | - |
| YUV | 166.33 | 51.06 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 194 | 30 | 0.15 | 0 | 0.85 | 0.24 | 70.98 | 0.73 | 0.44 |
| Hex | A4 | C2 | 1E | F | 0 | 55 | 18 | 47 | 49 | 2C |
| Octal | 244 | 302 | 36 | 17 | 0 | 125 | 30 | 107 | 111 | 54 |
| Binary | 10100100 | 11000010 | 11110 | 1111 | 0 | 1010101 | 11000 | 1000111 | 1001001 | 101100 |
Color Harmonies of #A4C21E
Complementary color
Monochromatic Colors of #A4C21E
Black with #A4C21E
Text Example
Text Example
White with #A4C21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C21E; }
p { color: rgb(164,194,30); }
H1.HeaderClassName
{
color: #A4C21E;
}
.AnyTagClassName
{
color: #A4C21E;
}
</style>
background-color css
<style>
a { background-color: #A4C21E; }
a { background-color: rgb(164,194,30); }
div.DivClassName
{
background-color: #A4C21E;
}
.BgClassName
{
background-color: #A4C21E;
}
</style>
border-color css
<style>
span { border-color: #A4C21E; }
span { border-color: rgb(164,194,30); }
td.TdClassName
{
border-color: #A4C21E;
}
.TagClassName
{
border-color: #A4C21E;
}
</style>