Shades of Bahia #A1B335
Tints of Bahia #A1B335
RGB
CMYK
RGB Variations
Color information
#A1B335 (or 0xA1B335) is known color: Bahia. HEX triplet: A1, B3 and 35. RGB value is (161,179,53). Sum of RGB (Red+Green+Blue) = 161+179+53=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 53 (21.09% from 255 or 13.49% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B335 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B335 is #5E4CCA. Grayscale: #9F9F9F. Windows color (decimal): -6180043 or 3519393. OLE color: 3519393.
HSL color Cylindrical-coordinate representation of color #A1B335: hue angle of 68.57º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1B335 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 161 | 179 | 53 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.30 |
| HSL | 68.57º | 0.54% | 0.45% | - |
| HSV(B) | 68.57º | 0.7% | 0.7% | - |
| XYZ | 31.46 | 40.07 | 9.45 | - |
| YUV | 159.25 | 68.04 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 53 | 0.10 | 0 | 0.70 | 0.30 | 68.57 | 0.54 | 0.45 |
| Hex | A1 | B3 | 35 | A | 0 | 46 | 1E | 45 | 36 | 2D |
| Octal | 241 | 263 | 65 | 12 | 0 | 106 | 36 | 105 | 66 | 55 |
| Binary | 10100001 | 10110011 | 110101 | 1010 | 0 | 1000110 | 11110 | 1000101 | 110110 | 101101 |
Color Harmonies of #A1B335
Complementary color
Monochromatic Colors of #A1B335
Black with #A1B335
Text Example
Text Example
White with #A1B335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B335; }
p { color: rgb(161,179,53); }
H1.HeaderClassName
{
color: #A1B335;
}
.AnyTagClassName
{
color: #A1B335;
}
</style>
background-color css
<style>
a { background-color: #A1B335; }
a { background-color: rgb(161,179,53); }
div.DivClassName
{
background-color: #A1B335;
}
.BgClassName
{
background-color: #A1B335;
}
</style>
border-color css
<style>
span { border-color: #A1B335; }
span { border-color: rgb(161,179,53); }
td.TdClassName
{
border-color: #A1B335;
}
.TagClassName
{
border-color: #A1B335;
}
</style>