Shades of Bahia #A0B919
Tints of Bahia #A0B919
RGB
CMYK
RGB Variations
Color information
#A0B919 (or 0xA0B919) is known color: Bahia. HEX triplet: A0, B9 and 19. RGB value is (160,185,25). Sum of RGB (Red+Green+Blue) = 160+185+25=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B919 is #5F46E6. Grayscale: #9F9F9F. Windows color (decimal): -6244071 or 1685920. OLE color: 1685920.
HSL color Cylindrical-coordinate representation of color #A0B919: hue angle of 69.38º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0B919 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 25 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.27 |
| HSL | 69.38º | 0.76% | 0.41% | - |
| HSV(B) | 69.38º | 0.86% | 0.73% | - |
| XYZ | 32.02 | 42.24 | 7.39 | - |
| YUV | 159.29 | 52.22 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 25 | 0.14 | 0 | 0.86 | 0.27 | 69.38 | 0.76 | 0.41 |
| Hex | A0 | B9 | 19 | E | 0 | 56 | 1B | 45 | 4C | 29 |
| Octal | 240 | 271 | 31 | 16 | 0 | 126 | 33 | 105 | 114 | 51 |
| Binary | 10100000 | 10111001 | 11001 | 1110 | 0 | 1010110 | 11011 | 1000101 | 1001100 | 101001 |
Color Harmonies of #A0B919
Complementary color
Monochromatic Colors of #A0B919
Black with #A0B919
Text Example
Text Example
White with #A0B919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B919; }
p { color: rgb(160,185,25); }
H1.HeaderClassName
{
color: #A0B919;
}
.AnyTagClassName
{
color: #A0B919;
}
</style>
background-color css
<style>
a { background-color: #A0B919; }
a { background-color: rgb(160,185,25); }
div.DivClassName
{
background-color: #A0B919;
}
.BgClassName
{
background-color: #A0B919;
}
</style>
border-color css
<style>
span { border-color: #A0B919; }
span { border-color: rgb(160,185,25); }
td.TdClassName
{
border-color: #A0B919;
}
.TagClassName
{
border-color: #A0B919;
}
</style>