Shades of Bahia #A1B52B
Tints of Bahia #A1B52B
RGB
CMYK
RGB Variations
Color information
#A1B52B (or 0xA1B52B) is known color: Bahia. HEX triplet: A1, B5 and 2B. RGB value is (161,181,43). Sum of RGB (Red+Green+Blue) = 161+181+43=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B52B is #5E4AD4. Grayscale: #9F9F9F. Windows color (decimal): -6179541 or 2864545. OLE color: 2864545.
HSL color Cylindrical-coordinate representation of color #A1B52B: hue angle of 68.7º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A1B52B is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 181 | 43 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.29 |
| HSL | 68.7º | 0.62% | 0.44% | - |
| HSV(B) | 68.7º | 0.76% | 0.71% | - |
| XYZ | 31.66 | 40.8 | 8.49 | - |
| YUV | 159.29 | 62.37 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 181 | 43 | 0.11 | 0 | 0.76 | 0.29 | 68.7 | 0.62 | 0.44 |
| Hex | A1 | B5 | 2B | B | 0 | 4C | 1D | 45 | 3E | 2C |
| Octal | 241 | 265 | 53 | 13 | 0 | 114 | 35 | 105 | 76 | 54 |
| Binary | 10100001 | 10110101 | 101011 | 1011 | 0 | 1001100 | 11101 | 1000101 | 111110 | 101100 |
Color Harmonies of #A1B52B
Complementary color
Monochromatic Colors of #A1B52B
Black with #A1B52B
Text Example
Text Example
White with #A1B52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B52B; }
p { color: rgb(161,181,43); }
H1.HeaderClassName
{
color: #A1B52B;
}
.AnyTagClassName
{
color: #A1B52B;
}
</style>
background-color css
<style>
a { background-color: #A1B52B; }
a { background-color: rgb(161,181,43); }
div.DivClassName
{
background-color: #A1B52B;
}
.BgClassName
{
background-color: #A1B52B;
}
</style>
border-color css
<style>
span { border-color: #A1B52B; }
span { border-color: rgb(161,181,43); }
td.TdClassName
{
border-color: #A1B52B;
}
.TagClassName
{
border-color: #A1B52B;
}
</style>