Shades of Bahia #A0BD19
Tints of Bahia #A0BD19
RGB
CMYK
RGB Variations
Color information
#A0BD19 (or 0xA0BD19) is known color: Bahia. HEX triplet: A0, BD and 19. RGB value is (160,189,25). Sum of RGB (Red+Green+Blue) = 160+189+25=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 189 (74.22% from 255 or 50.53% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BD19 is #5F42E6. Grayscale: #A2A2A2. Windows color (decimal): -6243047 or 1686944. OLE color: 1686944.
HSL color Cylindrical-coordinate representation of color #A0BD19: hue angle of 70.61º 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 #A0BD19 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 25 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.26 |
| HSL | 70.61º | 0.77% | 0.42% | - |
| HSV(B) | 70.61º | 0.87% | 0.74% | - |
| XYZ | 32.87 | 43.94 | 7.67 | - |
| YUV | 161.63 | 50.89 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 25 | 0.15 | 0 | 0.87 | 0.26 | 70.61 | 0.77 | 0.42 |
| Hex | A0 | BD | 19 | F | 0 | 57 | 1A | 47 | 4D | 2A |
| Octal | 240 | 275 | 31 | 17 | 0 | 127 | 32 | 107 | 115 | 52 |
| Binary | 10100000 | 10111101 | 11001 | 1111 | 0 | 1010111 | 11010 | 1000111 | 1001101 | 101010 |
Color Harmonies of #A0BD19
Complementary color
Monochromatic Colors of #A0BD19
Black with #A0BD19
Text Example
Text Example
White with #A0BD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BD19; }
p { color: rgb(160,189,25); }
H1.HeaderClassName
{
color: #A0BD19;
}
.AnyTagClassName
{
color: #A0BD19;
}
</style>
background-color css
<style>
a { background-color: #A0BD19; }
a { background-color: rgb(160,189,25); }
div.DivClassName
{
background-color: #A0BD19;
}
.BgClassName
{
background-color: #A0BD19;
}
</style>
border-color css
<style>
span { border-color: #A0BD19; }
span { border-color: rgb(160,189,25); }
td.TdClassName
{
border-color: #A0BD19;
}
.TagClassName
{
border-color: #A0BD19;
}
</style>