Shades of Bahia #A8BB13
Tints of Bahia #A8BB13
RGB
CMYK
RGB Variations
Color information
#A8BB13 (or 0xA8BB13) is known color: Bahia. HEX triplet: A8, BB and 13. RGB value is (168,187,19). Sum of RGB (Red+Green+Blue) = 168+187+19=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 187 (73.44% from 255 or 50% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BB13 is #5744EC. Grayscale: #A2A2A2. Windows color (decimal): -5719277 or 1293224. OLE color: 1293224.
HSL color Cylindrical-coordinate representation of color #A8BB13: hue angle of 66.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8BB13 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 19 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.27 |
| HSL | 66.79º | 0.82% | 0.4% | - |
| HSV(B) | 66.79º | 0.9% | 0.73% | - |
| XYZ | 34.04 | 43.91 | 7.3 | - |
| YUV | 162.17 | 47.21 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 19 | 0.10 | 0 | 0.90 | 0.27 | 66.79 | 0.82 | 0.4 |
| Hex | A8 | BB | 13 | A | 0 | 5A | 1B | 43 | 52 | 28 |
| Octal | 250 | 273 | 23 | 12 | 0 | 132 | 33 | 103 | 122 | 50 |
| Binary | 10101000 | 10111011 | 10011 | 1010 | 0 | 1011010 | 11011 | 1000011 | 1010010 | 101000 |
Color Harmonies of #A8BB13
Complementary color
Monochromatic Colors of #A8BB13
Black with #A8BB13
Text Example
Text Example
White with #A8BB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB13; }
p { color: rgb(168,187,19); }
H1.HeaderClassName
{
color: #A8BB13;
}
.AnyTagClassName
{
color: #A8BB13;
}
</style>
background-color css
<style>
a { background-color: #A8BB13; }
a { background-color: rgb(168,187,19); }
div.DivClassName
{
background-color: #A8BB13;
}
.BgClassName
{
background-color: #A8BB13;
}
</style>
border-color css
<style>
span { border-color: #A8BB13; }
span { border-color: rgb(168,187,19); }
td.TdClassName
{
border-color: #A8BB13;
}
.TagClassName
{
border-color: #A8BB13;
}
</style>