Shades of Bahia #A4C922
Tints of Bahia #A4C922
RGB
CMYK
RGB Variations
Color information
#A4C922 (or 0xA4C922) is known color: Bahia. HEX triplet: A4, C9 and 22. RGB value is (164,201,34). Sum of RGB (Red+Green+Blue) = 164+201+34=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #A4C922 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C922 is #5B36DD. Grayscale: #ABABAB. Windows color (decimal): -5977822 or 2279844. OLE color: 2279844.
HSL color Cylindrical-coordinate representation of color #A4C922: hue angle of 73.29º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A4C922 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 201 | 34 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.21 |
| HSL | 73.29º | 0.71% | 0.46% | - |
| HSV(B) | 73.29º | 0.83% | 0.79% | - |
| XYZ | 36.49 | 49.78 | 9.2 | - |
| YUV | 170.9 | 50.74 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 201 | 34 | 0.18 | 0 | 0.83 | 0.21 | 73.29 | 0.71 | 0.46 |
| Hex | A4 | C9 | 22 | 12 | 0 | 53 | 15 | 49 | 47 | 2E |
| Octal | 244 | 311 | 42 | 22 | 0 | 123 | 25 | 111 | 107 | 56 |
| Binary | 10100100 | 11001001 | 100010 | 10010 | 0 | 1010011 | 10101 | 1001001 | 1000111 | 101110 |
Color Harmonies of #A4C922
Complementary color
Monochromatic Colors of #A4C922
Black with #A4C922
Text Example
Text Example
White with #A4C922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C922; }
p { color: rgb(164,201,34); }
H1.HeaderClassName
{
color: #A4C922;
}
.AnyTagClassName
{
color: #A4C922;
}
</style>
background-color css
<style>
a { background-color: #A4C922; }
a { background-color: rgb(164,201,34); }
div.DivClassName
{
background-color: #A4C922;
}
.BgClassName
{
background-color: #A4C922;
}
</style>
border-color css
<style>
span { border-color: #A4C922; }
span { border-color: rgb(164,201,34); }
td.TdClassName
{
border-color: #A4C922;
}
.TagClassName
{
border-color: #A4C922;
}
</style>