Shades of Bahia #A2BC2A
Tints of Bahia #A2BC2A
RGB
CMYK
RGB Variations
Color information
#A2BC2A (or 0xA2BC2A) is known color: Bahia. HEX triplet: A2, BC and 2A. RGB value is (162,188,42). Sum of RGB (Red+Green+Blue) = 162+188+42=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BC2A is #5D43D5. Grayscale: #A4A4A4. Windows color (decimal): -6112214 or 2800802. OLE color: 2800802.
HSL color Cylindrical-coordinate representation of color #A2BC2A: hue angle of 70.68º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2BC2A is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 42 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.26 |
| HSL | 70.68º | 0.63% | 0.45% | - |
| HSV(B) | 70.68º | 0.78% | 0.74% | - |
| XYZ | 33.3 | 43.81 | 8.89 | - |
| YUV | 163.58 | 59.39 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 42 | 0.14 | 0 | 0.78 | 0.26 | 70.68 | 0.63 | 0.45 |
| Hex | A2 | BC | 2A | E | 0 | 4E | 1A | 47 | 3F | 2D |
| Octal | 242 | 274 | 52 | 16 | 0 | 116 | 32 | 107 | 77 | 55 |
| Binary | 10100010 | 10111100 | 101010 | 1110 | 0 | 1001110 | 11010 | 1000111 | 111111 | 101101 |
Color Harmonies of #A2BC2A
Complementary color
Monochromatic Colors of #A2BC2A
Black with #A2BC2A
Text Example
Text Example
White with #A2BC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC2A; }
p { color: rgb(162,188,42); }
H1.HeaderClassName
{
color: #A2BC2A;
}
.AnyTagClassName
{
color: #A2BC2A;
}
</style>
background-color css
<style>
a { background-color: #A2BC2A; }
a { background-color: rgb(162,188,42); }
div.DivClassName
{
background-color: #A2BC2A;
}
.BgClassName
{
background-color: #A2BC2A;
}
</style>
border-color css
<style>
span { border-color: #A2BC2A; }
span { border-color: rgb(162,188,42); }
td.TdClassName
{
border-color: #A2BC2A;
}
.TagClassName
{
border-color: #A2BC2A;
}
</style>