Shades of Bahia #A2BC24
Tints of Bahia #A2BC24
RGB
CMYK
RGB Variations
Color information
#A2BC24 (or 0xA2BC24) is known color: Bahia. HEX triplet: A2, BC and 24. RGB value is (162,188,36). Sum of RGB (Red+Green+Blue) = 162+188+36=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 36 (14.45% from 255 or 9.33% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BC24 is #5D43DB. Grayscale: #A3A3A3. Windows color (decimal): -6112220 or 2407586. OLE color: 2407586.
HSL color Cylindrical-coordinate representation of color #A2BC24: hue angle of 70.26º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2BC24 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 36 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.26 |
| HSL | 70.26º | 0.68% | 0.44% | - |
| HSV(B) | 70.26º | 0.81% | 0.74% | - |
| XYZ | 33.2 | 43.78 | 8.37 | - |
| YUV | 162.9 | 56.39 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 36 | 0.14 | 0 | 0.81 | 0.26 | 70.26 | 0.68 | 0.44 |
| Hex | A2 | BC | 24 | E | 0 | 51 | 1A | 46 | 44 | 2C |
| Octal | 242 | 274 | 44 | 16 | 0 | 121 | 32 | 106 | 104 | 54 |
| Binary | 10100010 | 10111100 | 100100 | 1110 | 0 | 1010001 | 11010 | 1000110 | 1000100 | 101100 |
Color Harmonies of #A2BC24
Complementary color
Monochromatic Colors of #A2BC24
Black with #A2BC24
Text Example
Text Example
White with #A2BC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC24; }
p { color: rgb(162,188,36); }
H1.HeaderClassName
{
color: #A2BC24;
}
.AnyTagClassName
{
color: #A2BC24;
}
</style>
background-color css
<style>
a { background-color: #A2BC24; }
a { background-color: rgb(162,188,36); }
div.DivClassName
{
background-color: #A2BC24;
}
.BgClassName
{
background-color: #A2BC24;
}
</style>
border-color css
<style>
span { border-color: #A2BC24; }
span { border-color: rgb(162,188,36); }
td.TdClassName
{
border-color: #A2BC24;
}
.TagClassName
{
border-color: #A2BC24;
}
</style>