Shades of Bahia #A1B916
Tints of Bahia #A1B916
RGB
CMYK
RGB Variations
Color information
#A1B916 (or 0xA1B916) is known color: Bahia. HEX triplet: A1, B9 and 16. RGB value is (161,185,22). Sum of RGB (Red+Green+Blue) = 161+185+22=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 185 (72.66% from 255 or 50.27% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B916 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B916 is #5E46E9. Grayscale: #9F9F9F. Windows color (decimal): -6178538 or 1489313. OLE color: 1489313.
HSL color Cylindrical-coordinate representation of color #A1B916: hue angle of 68.83º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1B916 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 185 | 22 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.27 |
| HSL | 68.83º | 0.79% | 0.41% | - |
| HSV(B) | 68.83º | 0.88% | 0.73% | - |
| XYZ | 32.19 | 42.33 | 7.23 | - |
| YUV | 159.24 | 50.55 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 185 | 22 | 0.13 | 0 | 0.88 | 0.27 | 68.83 | 0.79 | 0.41 |
| Hex | A1 | B9 | 16 | D | 0 | 58 | 1B | 45 | 4F | 29 |
| Octal | 241 | 271 | 26 | 15 | 0 | 130 | 33 | 105 | 117 | 51 |
| Binary | 10100001 | 10111001 | 10110 | 1101 | 0 | 1011000 | 11011 | 1000101 | 1001111 | 101001 |
Color Harmonies of #A1B916
Complementary color
Monochromatic Colors of #A1B916
Black with #A1B916
Text Example
Text Example
White with #A1B916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B916; }
p { color: rgb(161,185,22); }
H1.HeaderClassName
{
color: #A1B916;
}
.AnyTagClassName
{
color: #A1B916;
}
</style>
background-color css
<style>
a { background-color: #A1B916; }
a { background-color: rgb(161,185,22); }
div.DivClassName
{
background-color: #A1B916;
}
.BgClassName
{
background-color: #A1B916;
}
</style>
border-color css
<style>
span { border-color: #A1B916; }
span { border-color: rgb(161,185,22); }
td.TdClassName
{
border-color: #A1B916;
}
.TagClassName
{
border-color: #A1B916;
}
</style>