Shades of Bahia #A4BD19
Tints of Bahia #A4BD19
RGB
CMYK
RGB Variations
Color information
#A4BD19 (or 0xA4BD19) is known color: Bahia. HEX triplet: A4, BD and 19. RGB value is (164,189,25). Sum of RGB (Red+Green+Blue) = 164+189+25=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 25 (10.16% from 255 or 6.61% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #A4BD19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4BD19 is #5B42E6. Grayscale: #A3A3A3. Windows color (decimal): -5980903 or 1686948. OLE color: 1686948.
HSL color Cylindrical-coordinate representation of color #A4BD19: hue angle of 69.15º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A4BD19 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 189 | 25 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.26 |
| HSL | 69.15º | 0.77% | 0.42% | - |
| HSV(B) | 69.15º | 0.87% | 0.74% | - |
| XYZ | 33.68 | 44.36 | 7.71 | - |
| YUV | 162.83 | 50.22 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 189 | 25 | 0.13 | 0 | 0.87 | 0.26 | 69.15 | 0.77 | 0.42 |
| Hex | A4 | BD | 19 | D | 0 | 57 | 1A | 45 | 4D | 2A |
| Octal | 244 | 275 | 31 | 15 | 0 | 127 | 32 | 105 | 115 | 52 |
| Binary | 10100100 | 10111101 | 11001 | 1101 | 0 | 1010111 | 11010 | 1000101 | 1001101 | 101010 |
Color Harmonies of #A4BD19
Complementary color
Monochromatic Colors of #A4BD19
Black with #A4BD19
Text Example
Text Example
White with #A4BD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BD19; }
p { color: rgb(164,189,25); }
H1.HeaderClassName
{
color: #A4BD19;
}
.AnyTagClassName
{
color: #A4BD19;
}
</style>
background-color css
<style>
a { background-color: #A4BD19; }
a { background-color: rgb(164,189,25); }
div.DivClassName
{
background-color: #A4BD19;
}
.BgClassName
{
background-color: #A4BD19;
}
</style>
border-color css
<style>
span { border-color: #A4BD19; }
span { border-color: rgb(164,189,25); }
td.TdClassName
{
border-color: #A4BD19;
}
.TagClassName
{
border-color: #A4BD19;
}
</style>