Shades of Bahia #A8BC11
Tints of Bahia #A8BC11
RGB
CMYK
RGB Variations
Color information
#A8BC11 (or 0xA8BC11) is known color: Bahia. HEX triplet: A8, BC and 11. RGB value is (168,188,17). Sum of RGB (Red+Green+Blue) = 168+188+17=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 188 (73.83% from 255 or 50.40% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BC11 is #5743EE. Grayscale: #A3A3A3. Windows color (decimal): -5719023 or 1162408. OLE color: 1162408.
HSL color Cylindrical-coordinate representation of color #A8BC11: hue angle of 67.02º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8BC11 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 17 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.26 |
| HSL | 67.02º | 0.83% | 0.4% | - |
| HSV(B) | 67.02º | 0.91% | 0.74% | - |
| XYZ | 34.23 | 44.33 | 7.28 | - |
| YUV | 162.53 | 45.87 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 17 | 0.11 | 0 | 0.91 | 0.26 | 67.02 | 0.83 | 0.4 |
| Hex | A8 | BC | 11 | B | 0 | 5B | 1A | 43 | 53 | 28 |
| Octal | 250 | 274 | 21 | 13 | 0 | 133 | 32 | 103 | 123 | 50 |
| Binary | 10101000 | 10111100 | 10001 | 1011 | 0 | 1011011 | 11010 | 1000011 | 1010011 | 101000 |
Color Harmonies of #A8BC11
Complementary color
Monochromatic Colors of #A8BC11
Black with #A8BC11
Text Example
Text Example
White with #A8BC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC11; }
p { color: rgb(168,188,17); }
H1.HeaderClassName
{
color: #A8BC11;
}
.AnyTagClassName
{
color: #A8BC11;
}
</style>
background-color css
<style>
a { background-color: #A8BC11; }
a { background-color: rgb(168,188,17); }
div.DivClassName
{
background-color: #A8BC11;
}
.BgClassName
{
background-color: #A8BC11;
}
</style>
border-color css
<style>
span { border-color: #A8BC11; }
span { border-color: rgb(168,188,17); }
td.TdClassName
{
border-color: #A8BC11;
}
.TagClassName
{
border-color: #A8BC11;
}
</style>