Shades of Bahia #A1B932
Tints of Bahia #A1B932
RGB
CMYK
RGB Variations
Color information
#A1B932 (or 0xA1B932) is known color: Bahia. HEX triplet: A1, B9 and 32. RGB value is (161,185,50). Sum of RGB (Red+Green+Blue) = 161+185+50=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B932 is #5E46CD. Grayscale: #A2A2A2. Windows color (decimal): -6178510 or 3324321. OLE color: 3324321.
HSL color Cylindrical-coordinate representation of color #A1B932: hue angle of 70.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1B932 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 185 | 50 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.27 |
| HSL | 70.67º | 0.57% | 0.46% | - |
| HSV(B) | 70.67º | 0.73% | 0.73% | - |
| XYZ | 32.62 | 42.51 | 9.5 | - |
| YUV | 162.43 | 64.55 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 185 | 50 | 0.13 | 0 | 0.73 | 0.27 | 70.67 | 0.57 | 0.46 |
| Hex | A1 | B9 | 32 | D | 0 | 49 | 1B | 47 | 39 | 2E |
| Octal | 241 | 271 | 62 | 15 | 0 | 111 | 33 | 107 | 71 | 56 |
| Binary | 10100001 | 10111001 | 110010 | 1101 | 0 | 1001001 | 11011 | 1000111 | 111001 | 101110 |
Color Harmonies of #A1B932
Complementary color
Monochromatic Colors of #A1B932
Black with #A1B932
Text Example
Text Example
White with #A1B932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B932; }
p { color: rgb(161,185,50); }
H1.HeaderClassName
{
color: #A1B932;
}
.AnyTagClassName
{
color: #A1B932;
}
</style>
background-color css
<style>
a { background-color: #A1B932; }
a { background-color: rgb(161,185,50); }
div.DivClassName
{
background-color: #A1B932;
}
.BgClassName
{
background-color: #A1B932;
}
</style>
border-color css
<style>
span { border-color: #A1B932; }
span { border-color: rgb(161,185,50); }
td.TdClassName
{
border-color: #A1B932;
}
.TagClassName
{
border-color: #A1B932;
}
</style>