Shades of Bahia #A1B42D
Tints of Bahia #A1B42D
RGB
CMYK
RGB Variations
Color information
#A1B42D (or 0xA1B42D) is known color: Bahia. HEX triplet: A1, B4 and 2D. RGB value is (161,180,45). Sum of RGB (Red+Green+Blue) = 161+180+45=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B42D is #5E4BD2. Grayscale: #9F9F9F. Windows color (decimal): -6179795 or 2995361. OLE color: 2995361.
HSL color Cylindrical-coordinate representation of color #A1B42D: hue angle of 68.44º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1B42D is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 180 | 45 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.29 |
| HSL | 68.44º | 0.6% | 0.44% | - |
| HSV(B) | 68.44º | 0.75% | 0.71% | - |
| XYZ | 31.49 | 40.41 | 8.62 | - |
| YUV | 158.93 | 63.71 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 180 | 45 | 0.11 | 0 | 0.75 | 0.29 | 68.44 | 0.6 | 0.44 |
| Hex | A1 | B4 | 2D | B | 0 | 4B | 1D | 44 | 3C | 2C |
| Octal | 241 | 264 | 55 | 13 | 0 | 113 | 35 | 104 | 74 | 54 |
| Binary | 10100001 | 10110100 | 101101 | 1011 | 0 | 1001011 | 11101 | 1000100 | 111100 | 101100 |
Color Harmonies of #A1B42D
Complementary color
Monochromatic Colors of #A1B42D
Black with #A1B42D
Text Example
Text Example
White with #A1B42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B42D; }
p { color: rgb(161,180,45); }
H1.HeaderClassName
{
color: #A1B42D;
}
.AnyTagClassName
{
color: #A1B42D;
}
</style>
background-color css
<style>
a { background-color: #A1B42D; }
a { background-color: rgb(161,180,45); }
div.DivClassName
{
background-color: #A1B42D;
}
.BgClassName
{
background-color: #A1B42D;
}
</style>
border-color css
<style>
span { border-color: #A1B42D; }
span { border-color: rgb(161,180,45); }
td.TdClassName
{
border-color: #A1B42D;
}
.TagClassName
{
border-color: #A1B42D;
}
</style>