Shades of Bahia #A8BC15
Tints of Bahia #A8BC15
RGB
CMYK
RGB Variations
Color information
#A8BC15 (or 0xA8BC15) is known color: Bahia. HEX triplet: A8, BC and 15. RGB value is (168,188,21). Sum of RGB (Red+Green+Blue) = 168+188+21=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BC15 is #5743EA. Grayscale: #A3A3A3. Windows color (decimal): -5719019 or 1424552. OLE color: 1424552.
HSL color Cylindrical-coordinate representation of color #A8BC15: hue angle of 67.19º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A8BC15 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 21 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.26 |
| HSL | 67.19º | 0.8% | 0.41% | - |
| HSV(B) | 67.19º | 0.89% | 0.74% | - |
| XYZ | 34.27 | 44.35 | 7.46 | - |
| YUV | 162.98 | 47.87 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 21 | 0.11 | 0 | 0.89 | 0.26 | 67.19 | 0.8 | 0.41 |
| Hex | A8 | BC | 15 | B | 0 | 59 | 1A | 43 | 50 | 29 |
| Octal | 250 | 274 | 25 | 13 | 0 | 131 | 32 | 103 | 120 | 51 |
| Binary | 10101000 | 10111100 | 10101 | 1011 | 0 | 1011001 | 11010 | 1000011 | 1010000 | 101001 |
Color Harmonies of #A8BC15
Complementary color
Monochromatic Colors of #A8BC15
Black with #A8BC15
Text Example
Text Example
White with #A8BC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC15; }
p { color: rgb(168,188,21); }
H1.HeaderClassName
{
color: #A8BC15;
}
.AnyTagClassName
{
color: #A8BC15;
}
</style>
background-color css
<style>
a { background-color: #A8BC15; }
a { background-color: rgb(168,188,21); }
div.DivClassName
{
background-color: #A8BC15;
}
.BgClassName
{
background-color: #A8BC15;
}
</style>
border-color css
<style>
span { border-color: #A8BC15; }
span { border-color: rgb(168,188,21); }
td.TdClassName
{
border-color: #A8BC15;
}
.TagClassName
{
border-color: #A8BC15;
}
</style>