Shades of Bahia #A2B92E
Tints of Bahia #A2B92E
RGB
CMYK
RGB Variations
Color information
#A2B92E (or 0xA2B92E) is known color: Bahia. HEX triplet: A2, B9 and 2E. RGB value is (162,185,46). Sum of RGB (Red+Green+Blue) = 162+185+46=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B92E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B92E is #5D46D1. Grayscale: #A2A2A2. Windows color (decimal): -6112978 or 3062178. OLE color: 3062178.
HSL color Cylindrical-coordinate representation of color #A2B92E: hue angle of 69.93º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2B92E is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 185 | 46 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.27 |
| HSL | 69.93º | 0.6% | 0.45% | - |
| HSV(B) | 69.93º | 0.75% | 0.73% | - |
| XYZ | 32.74 | 42.58 | 9.08 | - |
| YUV | 162.28 | 62.38 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 185 | 46 | 0.12 | 0 | 0.75 | 0.27 | 69.93 | 0.6 | 0.45 |
| Hex | A2 | B9 | 2E | C | 0 | 4B | 1B | 46 | 3C | 2D |
| Octal | 242 | 271 | 56 | 14 | 0 | 113 | 33 | 106 | 74 | 55 |
| Binary | 10100010 | 10111001 | 101110 | 1100 | 0 | 1001011 | 11011 | 1000110 | 111100 | 101101 |
Color Harmonies of #A2B92E
Complementary color
Monochromatic Colors of #A2B92E
Black with #A2B92E
Text Example
Text Example
White with #A2B92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B92E; }
p { color: rgb(162,185,46); }
H1.HeaderClassName
{
color: #A2B92E;
}
.AnyTagClassName
{
color: #A2B92E;
}
</style>
background-color css
<style>
a { background-color: #A2B92E; }
a { background-color: rgb(162,185,46); }
div.DivClassName
{
background-color: #A2B92E;
}
.BgClassName
{
background-color: #A2B92E;
}
</style>
border-color css
<style>
span { border-color: #A2B92E; }
span { border-color: rgb(162,185,46); }
td.TdClassName
{
border-color: #A2B92E;
}
.TagClassName
{
border-color: #A2B92E;
}
</style>