Shades of Bahia #A2B92D
Tints of Bahia #A2B92D
RGB
CMYK
RGB Variations
Color information
#A2B92D (or 0xA2B92D) is known color: Bahia. HEX triplet: A2, B9 and 2D. RGB value is (162,185,45). Sum of RGB (Red+Green+Blue) = 162+185+45=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B92D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B92D is #5D46D2. Grayscale: #A2A2A2. Windows color (decimal): -6112979 or 2996642. OLE color: 2996642.
HSL color Cylindrical-coordinate representation of color #A2B92D: hue angle of 69.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2B92D is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 185 | 45 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.27 |
| HSL | 69.86º | 0.61% | 0.45% | - |
| HSV(B) | 69.86º | 0.76% | 0.73% | - |
| XYZ | 32.72 | 42.57 | 8.97 | - |
| YUV | 162.16 | 61.88 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 185 | 45 | 0.12 | 0 | 0.76 | 0.27 | 69.86 | 0.61 | 0.45 |
| Hex | A2 | B9 | 2D | C | 0 | 4C | 1B | 46 | 3D | 2D |
| Octal | 242 | 271 | 55 | 14 | 0 | 114 | 33 | 106 | 75 | 55 |
| Binary | 10100010 | 10111001 | 101101 | 1100 | 0 | 1001100 | 11011 | 1000110 | 111101 | 101101 |
Color Harmonies of #A2B92D
Complementary color
Monochromatic Colors of #A2B92D
Black with #A2B92D
Text Example
Text Example
White with #A2B92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B92D; }
p { color: rgb(162,185,45); }
H1.HeaderClassName
{
color: #A2B92D;
}
.AnyTagClassName
{
color: #A2B92D;
}
</style>
background-color css
<style>
a { background-color: #A2B92D; }
a { background-color: rgb(162,185,45); }
div.DivClassName
{
background-color: #A2B92D;
}
.BgClassName
{
background-color: #A2B92D;
}
</style>
border-color css
<style>
span { border-color: #A2B92D; }
span { border-color: rgb(162,185,45); }
td.TdClassName
{
border-color: #A2B92D;
}
.TagClassName
{
border-color: #A2B92D;
}
</style>