Shades of Bahia #A1B42C
Tints of Bahia #A1B42C
RGB
CMYK
RGB Variations
Color information
#A1B42C (or 0xA1B42C) is known color: Bahia. HEX triplet: A1, B4 and 2C. RGB value is (161,180,44). Sum of RGB (Red+Green+Blue) = 161+180+44=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B42C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B42C is #5E4BD3. Grayscale: #9F9F9F. Windows color (decimal): -6179796 or 2929825. OLE color: 2929825.
HSL color Cylindrical-coordinate representation of color #A1B42C: hue angle of 68.38º degrees, saturation: 0.61, 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 #A1B42C is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 180 | 44 | - |
| CMYK | 0.11 | 0 | 0.76 | 0.29 |
| HSL | 68.38º | 0.61% | 0.44% | - |
| HSV(B) | 68.38º | 0.76% | 0.71% | - |
| XYZ | 31.47 | 40.4 | 8.52 | - |
| YUV | 158.82 | 63.21 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 180 | 44 | 0.11 | 0 | 0.76 | 0.29 | 68.38 | 0.61 | 0.44 |
| Hex | A1 | B4 | 2C | B | 0 | 4C | 1D | 44 | 3D | 2C |
| Octal | 241 | 264 | 54 | 13 | 0 | 114 | 35 | 104 | 75 | 54 |
| Binary | 10100001 | 10110100 | 101100 | 1011 | 0 | 1001100 | 11101 | 1000100 | 111101 | 101100 |
Color Harmonies of #A1B42C
Complementary color
Monochromatic Colors of #A1B42C
Black with #A1B42C
Text Example
Text Example
White with #A1B42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B42C; }
p { color: rgb(161,180,44); }
H1.HeaderClassName
{
color: #A1B42C;
}
.AnyTagClassName
{
color: #A1B42C;
}
</style>
background-color css
<style>
a { background-color: #A1B42C; }
a { background-color: rgb(161,180,44); }
div.DivClassName
{
background-color: #A1B42C;
}
.BgClassName
{
background-color: #A1B42C;
}
</style>
border-color css
<style>
span { border-color: #A1B42C; }
span { border-color: rgb(161,180,44); }
td.TdClassName
{
border-color: #A1B42C;
}
.TagClassName
{
border-color: #A1B42C;
}
</style>