Shades of Bahia #A1B434
Tints of Bahia #A1B434
RGB
CMYK
RGB Variations
Color information
#A1B434 (or 0xA1B434) is known color: Bahia. HEX triplet: A1, B4 and 34. RGB value is (161,180,52). Sum of RGB (Red+Green+Blue) = 161+180+52=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B434 is #5E4BCB. Grayscale: #A0A0A0. Windows color (decimal): -6179788 or 3454113. OLE color: 3454113.
HSL color Cylindrical-coordinate representation of color #A1B434: hue angle of 68.91º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1B434 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 180 | 52 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.29 |
| HSL | 68.91º | 0.55% | 0.45% | - |
| HSV(B) | 68.91º | 0.71% | 0.71% | - |
| XYZ | 31.64 | 40.47 | 9.39 | - |
| YUV | 159.73 | 67.21 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 180 | 52 | 0.11 | 0 | 0.71 | 0.29 | 68.91 | 0.55 | 0.45 |
| Hex | A1 | B4 | 34 | B | 0 | 47 | 1D | 45 | 37 | 2D |
| Octal | 241 | 264 | 64 | 13 | 0 | 107 | 35 | 105 | 67 | 55 |
| Binary | 10100001 | 10110100 | 110100 | 1011 | 0 | 1000111 | 11101 | 1000101 | 110111 | 101101 |
Color Harmonies of #A1B434
Complementary color
Monochromatic Colors of #A1B434
Black with #A1B434
Text Example
Text Example
White with #A1B434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B434; }
p { color: rgb(161,180,52); }
H1.HeaderClassName
{
color: #A1B434;
}
.AnyTagClassName
{
color: #A1B434;
}
</style>
background-color css
<style>
a { background-color: #A1B434; }
a { background-color: rgb(161,180,52); }
div.DivClassName
{
background-color: #A1B434;
}
.BgClassName
{
background-color: #A1B434;
}
</style>
border-color css
<style>
span { border-color: #A1B434; }
span { border-color: rgb(161,180,52); }
td.TdClassName
{
border-color: #A1B434;
}
.TagClassName
{
border-color: #A1B434;
}
</style>