Shades of Bahia #A1B328
Tints of Bahia #A1B328
RGB
CMYK
RGB Variations
Color information
#A1B328 (or 0xA1B328) is known color: Bahia. HEX triplet: A1, B3 and 28. RGB value is (161,179,40). Sum of RGB (Red+Green+Blue) = 161+179+40=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 179 (70.31% from 255 or 47.11% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B328 is #5E4CD7. Grayscale: #9E9E9E. Windows color (decimal): -6180056 or 2667425. OLE color: 2667425.
HSL color Cylindrical-coordinate representation of color #A1B328: hue angle of 67.77º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1B328 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 179 | 40 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.30 |
| HSL | 67.77º | 0.63% | 0.43% | - |
| HSV(B) | 67.77º | 0.78% | 0.7% | - |
| XYZ | 31.2 | 39.97 | 8.08 | - |
| YUV | 157.77 | 61.54 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 40 | 0.10 | 0 | 0.78 | 0.30 | 67.77 | 0.63 | 0.43 |
| Hex | A1 | B3 | 28 | A | 0 | 4E | 1E | 44 | 3F | 2B |
| Octal | 241 | 263 | 50 | 12 | 0 | 116 | 36 | 104 | 77 | 53 |
| Binary | 10100001 | 10110011 | 101000 | 1010 | 0 | 1001110 | 11110 | 1000100 | 111111 | 101011 |
Color Harmonies of #A1B328
Complementary color
Monochromatic Colors of #A1B328
Black with #A1B328
Text Example
Text Example
White with #A1B328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B328; }
p { color: rgb(161,179,40); }
H1.HeaderClassName
{
color: #A1B328;
}
.AnyTagClassName
{
color: #A1B328;
}
</style>
background-color css
<style>
a { background-color: #A1B328; }
a { background-color: rgb(161,179,40); }
div.DivClassName
{
background-color: #A1B328;
}
.BgClassName
{
background-color: #A1B328;
}
</style>
border-color css
<style>
span { border-color: #A1B328; }
span { border-color: rgb(161,179,40); }
td.TdClassName
{
border-color: #A1B328;
}
.TagClassName
{
border-color: #A1B328;
}
</style>