Shades of Bahia #A1B918
Tints of Bahia #A1B918
RGB
CMYK
RGB Variations
Color information
#A1B918 (or 0xA1B918) is known color: Bahia. HEX triplet: A1, B9 and 18. RGB value is (161,185,24). Sum of RGB (Red+Green+Blue) = 161+185+24=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1B918 is #5E46E7. Grayscale: #A0A0A0. Windows color (decimal): -6178536 or 1620385. OLE color: 1620385.
HSL color Cylindrical-coordinate representation of color #A1B918: hue angle of 68.94º 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 #A1B918 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 185 | 24 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.27 |
| HSL | 68.94º | 0.77% | 0.41% | - |
| HSV(B) | 68.94º | 0.87% | 0.73% | - |
| XYZ | 32.21 | 42.34 | 7.34 | - |
| YUV | 159.47 | 51.55 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 185 | 24 | 0.13 | 0 | 0.87 | 0.27 | 68.94 | 0.77 | 0.41 |
| Hex | A1 | B9 | 18 | D | 0 | 57 | 1B | 45 | 4D | 29 |
| Octal | 241 | 271 | 30 | 15 | 0 | 127 | 33 | 105 | 115 | 51 |
| Binary | 10100001 | 10111001 | 11000 | 1101 | 0 | 1010111 | 11011 | 1000101 | 1001101 | 101001 |
Color Harmonies of #A1B918
Complementary color
Monochromatic Colors of #A1B918
Black with #A1B918
Text Example
Text Example
White with #A1B918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B918; }
p { color: rgb(161,185,24); }
H1.HeaderClassName
{
color: #A1B918;
}
.AnyTagClassName
{
color: #A1B918;
}
</style>
background-color css
<style>
a { background-color: #A1B918; }
a { background-color: rgb(161,185,24); }
div.DivClassName
{
background-color: #A1B918;
}
.BgClassName
{
background-color: #A1B918;
}
</style>
border-color css
<style>
span { border-color: #A1B918; }
span { border-color: rgb(161,185,24); }
td.TdClassName
{
border-color: #A1B918;
}
.TagClassName
{
border-color: #A1B918;
}
</style>