Shades of Bahia #A1B532
Tints of Bahia #A1B532
RGB
CMYK
RGB Variations
Color information
#A1B532 (or 0xA1B532) is known color: Bahia. HEX triplet: A1, B5 and 32. RGB value is (161,181,50). Sum of RGB (Red+Green+Blue) = 161+181+50=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B532 is #5E4ACD. Grayscale: #A0A0A0. Windows color (decimal): -6179534 or 3323297. OLE color: 3323297.
HSL color Cylindrical-coordinate representation of color #A1B532: hue angle of 69.16º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A1B532 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 50 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.29 |
| HSL | 69.16º | 0.57% | 0.45% | - |
| HSV(B) | 69.16º | 0.72% | 0.71% | - |
| XYZ | 31.8 | 40.86 | 9.23 | - |
| YUV | 160.09 | 65.87 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 50 | 0.11 | 0 | 0.72 | 0.29 | 69.16 | 0.57 | 0.45 |
| Hex | A1 | B5 | 32 | B | 0 | 48 | 1D | 45 | 39 | 2D |
| Octal | 241 | 265 | 62 | 13 | 0 | 110 | 35 | 105 | 71 | 55 |
| Binary | 10100001 | 10110101 | 110010 | 1011 | 0 | 1001000 | 11101 | 1000101 | 111001 | 101101 |
Color Harmonies of #A1B532
Complementary color
Monochromatic Colors of #A1B532
Black with #A1B532
Text Example
Text Example
White with #A1B532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B532; }
p { color: rgb(161,181,50); }
H1.HeaderClassName
{
color: #A1B532;
}
.AnyTagClassName
{
color: #A1B532;
}
</style>
background-color css
<style>
a { background-color: #A1B532; }
a { background-color: rgb(161,181,50); }
div.DivClassName
{
background-color: #A1B532;
}
.BgClassName
{
background-color: #A1B532;
}
</style>
border-color css
<style>
span { border-color: #A1B532; }
span { border-color: rgb(161,181,50); }
td.TdClassName
{
border-color: #A1B532;
}
.TagClassName
{
border-color: #A1B532;
}
</style>