Shades of Bahia #A1B927
Tints of Bahia #A1B927
RGB
CMYK
RGB Variations
Color information
#A1B927 (or 0xA1B927) is known color: Bahia. HEX triplet: A1, B9 and 27. RGB value is (161,185,39). Sum of RGB (Red+Green+Blue) = 161+185+39=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B927 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B927 is #5E46D8. Grayscale: #A1A1A1. Windows color (decimal): -6178521 or 2603425. OLE color: 2603425.
HSL color Cylindrical-coordinate representation of color #A1B927: hue angle of 69.86º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A1B927 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 185 | 39 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.27 |
| HSL | 69.86º | 0.65% | 0.44% | - |
| HSV(B) | 69.86º | 0.79% | 0.73% | - |
| XYZ | 32.41 | 42.42 | 8.4 | - |
| YUV | 161.18 | 59.05 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 185 | 39 | 0.13 | 0 | 0.79 | 0.27 | 69.86 | 0.65 | 0.44 |
| Hex | A1 | B9 | 27 | D | 0 | 4F | 1B | 46 | 41 | 2C |
| Octal | 241 | 271 | 47 | 15 | 0 | 117 | 33 | 106 | 101 | 54 |
| Binary | 10100001 | 10111001 | 100111 | 1101 | 0 | 1001111 | 11011 | 1000110 | 1000001 | 101100 |
Color Harmonies of #A1B927
Complementary color
Monochromatic Colors of #A1B927
Black with #A1B927
Text Example
Text Example
White with #A1B927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B927; }
p { color: rgb(161,185,39); }
H1.HeaderClassName
{
color: #A1B927;
}
.AnyTagClassName
{
color: #A1B927;
}
</style>
background-color css
<style>
a { background-color: #A1B927; }
a { background-color: rgb(161,185,39); }
div.DivClassName
{
background-color: #A1B927;
}
.BgClassName
{
background-color: #A1B927;
}
</style>
border-color css
<style>
span { border-color: #A1B927; }
span { border-color: rgb(161,185,39); }
td.TdClassName
{
border-color: #A1B927;
}
.TagClassName
{
border-color: #A1B927;
}
</style>