Shades of Bahia #A4BF19
Tints of Bahia #A4BF19
RGB
CMYK
RGB Variations
Color information
#A4BF19 (or 0xA4BF19) is known color: Bahia. HEX triplet: A4, BF and 19. RGB value is (164,191,25). Sum of RGB (Red+Green+Blue) = 164+191+25=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4BF19 is #5B40E6. Grayscale: #A4A4A4. Windows color (decimal): -5980391 or 1687460. OLE color: 1687460.
HSL color Cylindrical-coordinate representation of color #A4BF19: hue angle of 69.76º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A4BF19 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 191 | 25 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.25 |
| HSL | 69.76º | 0.77% | 0.42% | - |
| HSV(B) | 69.76º | 0.87% | 0.75% | - |
| XYZ | 34.12 | 45.22 | 7.85 | - |
| YUV | 164 | 49.55 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 191 | 25 | 0.14 | 0 | 0.87 | 0.25 | 69.76 | 0.77 | 0.42 |
| Hex | A4 | BF | 19 | E | 0 | 57 | 19 | 46 | 4D | 2A |
| Octal | 244 | 277 | 31 | 16 | 0 | 127 | 31 | 106 | 115 | 52 |
| Binary | 10100100 | 10111111 | 11001 | 1110 | 0 | 1010111 | 11001 | 1000110 | 1001101 | 101010 |
Color Harmonies of #A4BF19
Complementary color
Monochromatic Colors of #A4BF19
Black with #A4BF19
Text Example
Text Example
White with #A4BF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BF19; }
p { color: rgb(164,191,25); }
H1.HeaderClassName
{
color: #A4BF19;
}
.AnyTagClassName
{
color: #A4BF19;
}
</style>
background-color css
<style>
a { background-color: #A4BF19; }
a { background-color: rgb(164,191,25); }
div.DivClassName
{
background-color: #A4BF19;
}
.BgClassName
{
background-color: #A4BF19;
}
</style>
border-color css
<style>
span { border-color: #A4BF19; }
span { border-color: rgb(164,191,25); }
td.TdClassName
{
border-color: #A4BF19;
}
.TagClassName
{
border-color: #A4BF19;
}
</style>