Shades of Bahia #A2B32F
Tints of Bahia #A2B32F
RGB
CMYK
RGB Variations
Color information
#A2B32F (or 0xA2B32F) is known color: Bahia. HEX triplet: A2, B3 and 2F. RGB value is (162,179,47). Sum of RGB (Red+Green+Blue) = 162+179+47=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B32F is #5D4CD0. Grayscale: #9F9F9F. Windows color (decimal): -6114513 or 3126178. OLE color: 3126178.
HSL color Cylindrical-coordinate representation of color #A2B32F: hue angle of 67.73º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A2B32F is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 47 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.30 |
| HSL | 67.73º | 0.58% | 0.44% | - |
| HSV(B) | 67.73º | 0.74% | 0.7% | - |
| XYZ | 31.53 | 40.13 | 8.77 | - |
| YUV | 158.87 | 64.87 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 47 | 0.09 | 0 | 0.74 | 0.30 | 67.73 | 0.58 | 0.44 |
| Hex | A2 | B3 | 2F | 9 | 0 | 4A | 1E | 44 | 3A | 2C |
| Octal | 242 | 263 | 57 | 11 | 0 | 112 | 36 | 104 | 72 | 54 |
| Binary | 10100010 | 10110011 | 101111 | 1001 | 0 | 1001010 | 11110 | 1000100 | 111010 | 101100 |
Color Harmonies of #A2B32F
Complementary color
Monochromatic Colors of #A2B32F
Black with #A2B32F
Text Example
Text Example
White with #A2B32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B32F; }
p { color: rgb(162,179,47); }
H1.HeaderClassName
{
color: #A2B32F;
}
.AnyTagClassName
{
color: #A2B32F;
}
</style>
background-color css
<style>
a { background-color: #A2B32F; }
a { background-color: rgb(162,179,47); }
div.DivClassName
{
background-color: #A2B32F;
}
.BgClassName
{
background-color: #A2B32F;
}
</style>
border-color css
<style>
span { border-color: #A2B32F; }
span { border-color: rgb(162,179,47); }
td.TdClassName
{
border-color: #A2B32F;
}
.TagClassName
{
border-color: #A2B32F;
}
</style>