Shades of Bahia #A3B121
Tints of Bahia #A3B121
RGB
CMYK
RGB Variations
Color information
#A3B121 (or 0xA3B121) is known color: Bahia. HEX triplet: A3, B1 and 21. RGB value is (163,177,33). Sum of RGB (Red+Green+Blue) = 163+177+33=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3B121 is #5C4EDE. Grayscale: #9C9C9C. Windows color (decimal): -6049503 or 2208163. OLE color: 2208163.
HSL color Cylindrical-coordinate representation of color #A3B121: hue angle of 65.83º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A3B121 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 177 | 33 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.31 |
| HSL | 65.83º | 0.69% | 0.41% | - |
| HSV(B) | 65.83º | 0.81% | 0.69% | - |
| XYZ | 31.1 | 39.34 | 7.39 | - |
| YUV | 156.4 | 58.36 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 177 | 33 | 0.08 | 0 | 0.81 | 0.31 | 65.83 | 0.69 | 0.41 |
| Hex | A3 | B1 | 21 | 8 | 0 | 51 | 1F | 42 | 45 | 29 |
| Octal | 243 | 261 | 41 | 10 | 0 | 121 | 37 | 102 | 105 | 51 |
| Binary | 10100011 | 10110001 | 100001 | 1000 | 0 | 1010001 | 11111 | 1000010 | 1000101 | 101001 |
Color Harmonies of #A3B121
Complementary color
Monochromatic Colors of #A3B121
Black with #A3B121
Text Example
Text Example
White with #A3B121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B121; }
p { color: rgb(163,177,33); }
H1.HeaderClassName
{
color: #A3B121;
}
.AnyTagClassName
{
color: #A3B121;
}
</style>
background-color css
<style>
a { background-color: #A3B121; }
a { background-color: rgb(163,177,33); }
div.DivClassName
{
background-color: #A3B121;
}
.BgClassName
{
background-color: #A3B121;
}
</style>
border-color css
<style>
span { border-color: #A3B121; }
span { border-color: rgb(163,177,33); }
td.TdClassName
{
border-color: #A3B121;
}
.TagClassName
{
border-color: #A3B121;
}
</style>