Shades of Bahia #A8BC13
Tints of Bahia #A8BC13
RGB
CMYK
RGB Variations
Color information
#A8BC13 (or 0xA8BC13) is known color: Bahia. HEX triplet: A8, BC and 13. RGB value is (168,188,19). Sum of RGB (Red+Green+Blue) = 168+188+19=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BC13 is #5743EC. Grayscale: #A3A3A3. Windows color (decimal): -5719021 or 1293480. OLE color: 1293480.
HSL color Cylindrical-coordinate representation of color #A8BC13: hue angle of 67.1º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8BC13 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 19 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.26 |
| HSL | 67.1º | 0.82% | 0.41% | - |
| HSV(B) | 67.1º | 0.9% | 0.74% | - |
| XYZ | 34.25 | 44.34 | 7.37 | - |
| YUV | 162.75 | 46.87 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 19 | 0.11 | 0 | 0.90 | 0.26 | 67.1 | 0.82 | 0.41 |
| Hex | A8 | BC | 13 | B | 0 | 5A | 1A | 43 | 52 | 29 |
| Octal | 250 | 274 | 23 | 13 | 0 | 132 | 32 | 103 | 122 | 51 |
| Binary | 10101000 | 10111100 | 10011 | 1011 | 0 | 1011010 | 11010 | 1000011 | 1010010 | 101001 |
Color Harmonies of #A8BC13
Complementary color
Monochromatic Colors of #A8BC13
Black with #A8BC13
Text Example
Text Example
White with #A8BC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC13; }
p { color: rgb(168,188,19); }
H1.HeaderClassName
{
color: #A8BC13;
}
.AnyTagClassName
{
color: #A8BC13;
}
</style>
background-color css
<style>
a { background-color: #A8BC13; }
a { background-color: rgb(168,188,19); }
div.DivClassName
{
background-color: #A8BC13;
}
.BgClassName
{
background-color: #A8BC13;
}
</style>
border-color css
<style>
span { border-color: #A8BC13; }
span { border-color: rgb(168,188,19); }
td.TdClassName
{
border-color: #A8BC13;
}
.TagClassName
{
border-color: #A8BC13;
}
</style>