Shades of Bahia #A4B02A
Tints of Bahia #A4B02A
RGB
CMYK
RGB Variations
Color information
#A4B02A (or 0xA4B02A) is known color: Bahia. HEX triplet: A4, B0 and 2A. RGB value is (164,176,42). Sum of RGB (Red+Green+Blue) = 164+176+42=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B02A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4B02A is #5B4FD5. Grayscale: #9D9D9D. Windows color (decimal): -5984214 or 2797732. OLE color: 2797732.
HSL color Cylindrical-coordinate representation of color #A4B02A: hue angle of 65.37º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4B02A is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 176 | 42 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.31 |
| HSL | 65.37º | 0.61% | 0.43% | - |
| HSV(B) | 65.37º | 0.76% | 0.69% | - |
| XYZ | 31.25 | 39.11 | 8.09 | - |
| YUV | 157.14 | 63.02 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 176 | 42 | 0.07 | 0 | 0.76 | 0.31 | 65.37 | 0.61 | 0.43 |
| Hex | A4 | B0 | 2A | 7 | 0 | 4C | 1F | 41 | 3D | 2B |
| Octal | 244 | 260 | 52 | 7 | 0 | 114 | 37 | 101 | 75 | 53 |
| Binary | 10100100 | 10110000 | 101010 | 111 | 0 | 1001100 | 11111 | 1000001 | 111101 | 101011 |
Color Harmonies of #A4B02A
Complementary color
Monochromatic Colors of #A4B02A
Black with #A4B02A
Text Example
Text Example
White with #A4B02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4B02A; }
p { color: rgb(164,176,42); }
H1.HeaderClassName
{
color: #A4B02A;
}
.AnyTagClassName
{
color: #A4B02A;
}
</style>
background-color css
<style>
a { background-color: #A4B02A; }
a { background-color: rgb(164,176,42); }
div.DivClassName
{
background-color: #A4B02A;
}
.BgClassName
{
background-color: #A4B02A;
}
</style>
border-color css
<style>
span { border-color: #A4B02A; }
span { border-color: rgb(164,176,42); }
td.TdClassName
{
border-color: #A4B02A;
}
.TagClassName
{
border-color: #A4B02A;
}
</style>