Shades of Bahia #A2BC18
Tints of Bahia #A2BC18
RGB
CMYK
RGB Variations
Color information
#A2BC18 (or 0xA2BC18) is known color: Bahia. HEX triplet: A2, BC and 18. RGB value is (162,188,24). Sum of RGB (Red+Green+Blue) = 162+188+24=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2BC18 is #5D43E7. Grayscale: #A2A2A2. Windows color (decimal): -6112232 or 1621154. OLE color: 1621154.
HSL color Cylindrical-coordinate representation of color #A2BC18: hue angle of 69.51º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2BC18 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 188 | 24 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.26 |
| HSL | 69.51º | 0.77% | 0.42% | - |
| HSV(B) | 69.51º | 0.87% | 0.74% | - |
| XYZ | 33.05 | 43.71 | 7.56 | - |
| YUV | 161.53 | 50.39 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 24 | 0.14 | 0 | 0.87 | 0.26 | 69.51 | 0.77 | 0.42 |
| Hex | A2 | BC | 18 | E | 0 | 57 | 1A | 46 | 4D | 2A |
| Octal | 242 | 274 | 30 | 16 | 0 | 127 | 32 | 106 | 115 | 52 |
| Binary | 10100010 | 10111100 | 11000 | 1110 | 0 | 1010111 | 11010 | 1000110 | 1001101 | 101010 |
Color Harmonies of #A2BC18
Complementary color
Monochromatic Colors of #A2BC18
Black with #A2BC18
Text Example
Text Example
White with #A2BC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BC18; }
p { color: rgb(162,188,24); }
H1.HeaderClassName
{
color: #A2BC18;
}
.AnyTagClassName
{
color: #A2BC18;
}
</style>
background-color css
<style>
a { background-color: #A2BC18; }
a { background-color: rgb(162,188,24); }
div.DivClassName
{
background-color: #A2BC18;
}
.BgClassName
{
background-color: #A2BC18;
}
</style>
border-color css
<style>
span { border-color: #A2BC18; }
span { border-color: rgb(162,188,24); }
td.TdClassName
{
border-color: #A2BC18;
}
.TagClassName
{
border-color: #A2BC18;
}
</style>