Shades of Bahia #A2B11C
Tints of Bahia #A2B11C
RGB
CMYK
RGB Variations
Color information
#A2B11C (or 0xA2B11C) is known color: Bahia. HEX triplet: A2, B1 and 1C. RGB value is (162,177,28). Sum of RGB (Red+Green+Blue) = 162+177+28=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B11C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B11C is #5D4EE3. Grayscale: #9C9C9C. Windows color (decimal): -6115044 or 1880482. OLE color: 1880482.
HSL color Cylindrical-coordinate representation of color #A2B11C: hue angle of 66.04º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2B11C is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 177 | 28 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.31 |
| HSL | 66.04º | 0.73% | 0.4% | - |
| HSV(B) | 66.04º | 0.84% | 0.69% | - |
| XYZ | 30.83 | 39.21 | 7.04 | - |
| YUV | 155.53 | 56.03 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 177 | 28 | 0.08 | 0 | 0.84 | 0.31 | 66.04 | 0.73 | 0.4 |
| Hex | A2 | B1 | 1C | 8 | 0 | 54 | 1F | 42 | 49 | 28 |
| Octal | 242 | 261 | 34 | 10 | 0 | 124 | 37 | 102 | 111 | 50 |
| Binary | 10100010 | 10110001 | 11100 | 1000 | 0 | 1010100 | 11111 | 1000010 | 1001001 | 101000 |
Color Harmonies of #A2B11C
Complementary color
Monochromatic Colors of #A2B11C
Black with #A2B11C
Text Example
Text Example
White with #A2B11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B11C; }
p { color: rgb(162,177,28); }
H1.HeaderClassName
{
color: #A2B11C;
}
.AnyTagClassName
{
color: #A2B11C;
}
</style>
background-color css
<style>
a { background-color: #A2B11C; }
a { background-color: rgb(162,177,28); }
div.DivClassName
{
background-color: #A2B11C;
}
.BgClassName
{
background-color: #A2B11C;
}
</style>
border-color css
<style>
span { border-color: #A2B11C; }
span { border-color: rgb(162,177,28); }
td.TdClassName
{
border-color: #A2B11C;
}
.TagClassName
{
border-color: #A2B11C;
}
</style>