Shades of Bahia #A8C611
Tints of Bahia #A8C611
RGB
CMYK
RGB Variations
Color information
#A8C611 (or 0xA8C611) is known color: Bahia. HEX triplet: A8, C6 and 11. RGB value is (168,198,17). Sum of RGB (Red+Green+Blue) = 168+198+17=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 198 (77.73% from 255 or 51.70% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C611 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C611 is #5739EE. Grayscale: #A9A9A9. Windows color (decimal): -5716463 or 1164968. OLE color: 1164968.
HSL color Cylindrical-coordinate representation of color #A8C611: hue angle of 69.94º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8C611 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 17 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.22 |
| HSL | 69.94º | 0.84% | 0.42% | - |
| HSV(B) | 69.94º | 0.91% | 0.78% | - |
| XYZ | 36.44 | 48.75 | 8.02 | - |
| YUV | 168.4 | 42.56 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 17 | 0.15 | 0 | 0.91 | 0.22 | 69.94 | 0.84 | 0.42 |
| Hex | A8 | C6 | 11 | F | 0 | 5B | 16 | 46 | 54 | 2A |
| Octal | 250 | 306 | 21 | 17 | 0 | 133 | 26 | 106 | 124 | 52 |
| Binary | 10101000 | 11000110 | 10001 | 1111 | 0 | 1011011 | 10110 | 1000110 | 1010100 | 101010 |
Color Harmonies of #A8C611
Complementary color
Monochromatic Colors of #A8C611
Black with #A8C611
Text Example
Text Example
White with #A8C611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C611; }
p { color: rgb(168,198,17); }
H1.HeaderClassName
{
color: #A8C611;
}
.AnyTagClassName
{
color: #A8C611;
}
</style>
background-color css
<style>
a { background-color: #A8C611; }
a { background-color: rgb(168,198,17); }
div.DivClassName
{
background-color: #A8C611;
}
.BgClassName
{
background-color: #A8C611;
}
</style>
border-color css
<style>
span { border-color: #A8C611; }
span { border-color: rgb(168,198,17); }
td.TdClassName
{
border-color: #A8C611;
}
.TagClassName
{
border-color: #A8C611;
}
</style>