Shades of Bahia #A0B918
Tints of Bahia #A0B918
RGB
CMYK
RGB Variations
Color information
#A0B918 (or 0xA0B918) is known color: Bahia. HEX triplet: A0, B9 and 18. RGB value is (160,185,24). Sum of RGB (Red+Green+Blue) = 160+185+24=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B918 is #5F46E7. Grayscale: #9F9F9F. Windows color (decimal): -6244072 or 1620384. OLE color: 1620384.
HSL color Cylindrical-coordinate representation of color #A0B918: hue angle of 69.32º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0B918 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 185 | 24 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.27 |
| HSL | 69.32º | 0.77% | 0.41% | - |
| HSV(B) | 69.32º | 0.87% | 0.73% | - |
| XYZ | 32.01 | 42.24 | 7.33 | - |
| YUV | 159.17 | 51.72 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 185 | 24 | 0.14 | 0 | 0.87 | 0.27 | 69.32 | 0.77 | 0.41 |
| Hex | A0 | B9 | 18 | E | 0 | 57 | 1B | 45 | 4D | 29 |
| Octal | 240 | 271 | 30 | 16 | 0 | 127 | 33 | 105 | 115 | 51 |
| Binary | 10100000 | 10111001 | 11000 | 1110 | 0 | 1010111 | 11011 | 1000101 | 1001101 | 101001 |
Color Harmonies of #A0B918
Complementary color
Monochromatic Colors of #A0B918
Black with #A0B918
Text Example
Text Example
White with #A0B918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B918; }
p { color: rgb(160,185,24); }
H1.HeaderClassName
{
color: #A0B918;
}
.AnyTagClassName
{
color: #A0B918;
}
</style>
background-color css
<style>
a { background-color: #A0B918; }
a { background-color: rgb(160,185,24); }
div.DivClassName
{
background-color: #A0B918;
}
.BgClassName
{
background-color: #A0B918;
}
</style>
border-color css
<style>
span { border-color: #A0B918; }
span { border-color: rgb(160,185,24); }
td.TdClassName
{
border-color: #A0B918;
}
.TagClassName
{
border-color: #A0B918;
}
</style>