Shades of Bahia #A2B11E
Tints of Bahia #A2B11E
RGB
CMYK
RGB Variations
Color information
#A2B11E (or 0xA2B11E) is known color: Bahia. HEX triplet: A2, B1 and 1E. RGB value is (162,177,30). Sum of RGB (Red+Green+Blue) = 162+177+30=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B11E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B11E is #5D4EE1. Grayscale: #9C9C9C. Windows color (decimal): -6115042 or 2011554. OLE color: 2011554.
HSL color Cylindrical-coordinate representation of color #A2B11E: hue angle of 66.12º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2B11E is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 177 | 30 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.31 |
| HSL | 66.12º | 0.71% | 0.41% | - |
| HSV(B) | 66.12º | 0.83% | 0.69% | - |
| XYZ | 30.86 | 39.22 | 7.17 | - |
| YUV | 155.76 | 57.03 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 177 | 30 | 0.08 | 0 | 0.83 | 0.31 | 66.12 | 0.71 | 0.41 |
| Hex | A2 | B1 | 1E | 8 | 0 | 53 | 1F | 42 | 47 | 29 |
| Octal | 242 | 261 | 36 | 10 | 0 | 123 | 37 | 102 | 107 | 51 |
| Binary | 10100010 | 10110001 | 11110 | 1000 | 0 | 1010011 | 11111 | 1000010 | 1000111 | 101001 |
Color Harmonies of #A2B11E
Complementary color
Monochromatic Colors of #A2B11E
Black with #A2B11E
Text Example
Text Example
White with #A2B11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B11E; }
p { color: rgb(162,177,30); }
H1.HeaderClassName
{
color: #A2B11E;
}
.AnyTagClassName
{
color: #A2B11E;
}
</style>
background-color css
<style>
a { background-color: #A2B11E; }
a { background-color: rgb(162,177,30); }
div.DivClassName
{
background-color: #A2B11E;
}
.BgClassName
{
background-color: #A2B11E;
}
</style>
border-color css
<style>
span { border-color: #A2B11E; }
span { border-color: rgb(162,177,30); }
td.TdClassName
{
border-color: #A2B11E;
}
.TagClassName
{
border-color: #A2B11E;
}
</style>