Shades of Bahia #A8BC16
Tints of Bahia #A8BC16
RGB
CMYK
RGB Variations
Color information
#A8BC16 (or 0xA8BC16) is known color: Bahia. HEX triplet: A8, BC and 16. RGB value is (168,188,22). Sum of RGB (Red+Green+Blue) = 168+188+22=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BC16 is #5743E9. Grayscale: #A3A3A3. Windows color (decimal): -5719018 or 1490088. OLE color: 1490088.
HSL color Cylindrical-coordinate representation of color #A8BC16: hue angle of 67.23º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8BC16 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 22 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.26 |
| HSL | 67.23º | 0.79% | 0.41% | - |
| HSV(B) | 67.23º | 0.88% | 0.74% | - |
| XYZ | 34.28 | 44.35 | 7.51 | - |
| YUV | 163.1 | 48.37 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 22 | 0.11 | 0 | 0.88 | 0.26 | 67.23 | 0.79 | 0.41 |
| Hex | A8 | BC | 16 | B | 0 | 58 | 1A | 43 | 4F | 29 |
| Octal | 250 | 274 | 26 | 13 | 0 | 130 | 32 | 103 | 117 | 51 |
| Binary | 10101000 | 10111100 | 10110 | 1011 | 0 | 1011000 | 11010 | 1000011 | 1001111 | 101001 |
Color Harmonies of #A8BC16
Complementary color
Monochromatic Colors of #A8BC16
Black with #A8BC16
Text Example
Text Example
White with #A8BC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC16; }
p { color: rgb(168,188,22); }
H1.HeaderClassName
{
color: #A8BC16;
}
.AnyTagClassName
{
color: #A8BC16;
}
</style>
background-color css
<style>
a { background-color: #A8BC16; }
a { background-color: rgb(168,188,22); }
div.DivClassName
{
background-color: #A8BC16;
}
.BgClassName
{
background-color: #A8BC16;
}
</style>
border-color css
<style>
span { border-color: #A8BC16; }
span { border-color: rgb(168,188,22); }
td.TdClassName
{
border-color: #A8BC16;
}
.TagClassName
{
border-color: #A8BC16;
}
</style>