Shades of Bahia #A8BC12
Tints of Bahia #A8BC12
RGB
CMYK
RGB Variations
Color information
#A8BC12 (or 0xA8BC12) is known color: Bahia. HEX triplet: A8, BC and 12. RGB value is (168,188,18). Sum of RGB (Red+Green+Blue) = 168+188+18=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BC12 is #5743ED. Grayscale: #A3A3A3. Windows color (decimal): -5719022 or 1227944. OLE color: 1227944.
HSL color Cylindrical-coordinate representation of color #A8BC12: hue angle of 67.06º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8BC12 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 18 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.26 |
| HSL | 67.06º | 0.83% | 0.4% | - |
| HSV(B) | 67.06º | 0.9% | 0.74% | - |
| XYZ | 34.24 | 44.33 | 7.33 | - |
| YUV | 162.64 | 46.37 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 18 | 0.11 | 0 | 0.90 | 0.26 | 67.06 | 0.83 | 0.4 |
| Hex | A8 | BC | 12 | B | 0 | 5A | 1A | 43 | 53 | 28 |
| Octal | 250 | 274 | 22 | 13 | 0 | 132 | 32 | 103 | 123 | 50 |
| Binary | 10101000 | 10111100 | 10010 | 1011 | 0 | 1011010 | 11010 | 1000011 | 1010011 | 101000 |
Color Harmonies of #A8BC12
Complementary color
Monochromatic Colors of #A8BC12
Black with #A8BC12
Text Example
Text Example
White with #A8BC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC12; }
p { color: rgb(168,188,18); }
H1.HeaderClassName
{
color: #A8BC12;
}
.AnyTagClassName
{
color: #A8BC12;
}
</style>
background-color css
<style>
a { background-color: #A8BC12; }
a { background-color: rgb(168,188,18); }
div.DivClassName
{
background-color: #A8BC12;
}
.BgClassName
{
background-color: #A8BC12;
}
</style>
border-color css
<style>
span { border-color: #A8BC12; }
span { border-color: rgb(168,188,18); }
td.TdClassName
{
border-color: #A8BC12;
}
.TagClassName
{
border-color: #A8BC12;
}
</style>