Shades of Bahia #A8C411
Tints of Bahia #A8C411
RGB
CMYK
RGB Variations
Color information
#A8C411 (or 0xA8C411) is known color: Bahia. HEX triplet: A8, C4 and 11. RGB value is (168,196,17). Sum of RGB (Red+Green+Blue) = 168+196+17=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 196 (76.95% from 255 or 51.44% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C411 is #573BEE. Grayscale: #A7A7A7. Windows color (decimal): -5716975 or 1164456. OLE color: 1164456.
HSL color Cylindrical-coordinate representation of color #A8C411: hue angle of 69.39º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8C411 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 17 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.23 |
| HSL | 69.39º | 0.84% | 0.42% | - |
| HSV(B) | 69.39º | 0.91% | 0.77% | - |
| XYZ | 35.99 | 47.85 | 7.87 | - |
| YUV | 167.22 | 43.22 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 17 | 0.14 | 0 | 0.91 | 0.23 | 69.39 | 0.84 | 0.42 |
| Hex | A8 | C4 | 11 | E | 0 | 5B | 17 | 45 | 54 | 2A |
| Octal | 250 | 304 | 21 | 16 | 0 | 133 | 27 | 105 | 124 | 52 |
| Binary | 10101000 | 11000100 | 10001 | 1110 | 0 | 1011011 | 10111 | 1000101 | 1010100 | 101010 |
Color Harmonies of #A8C411
Complementary color
Monochromatic Colors of #A8C411
Black with #A8C411
Text Example
Text Example
White with #A8C411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C411; }
p { color: rgb(168,196,17); }
H1.HeaderClassName
{
color: #A8C411;
}
.AnyTagClassName
{
color: #A8C411;
}
</style>
background-color css
<style>
a { background-color: #A8C411; }
a { background-color: rgb(168,196,17); }
div.DivClassName
{
background-color: #A8C411;
}
.BgClassName
{
background-color: #A8C411;
}
</style>
border-color css
<style>
span { border-color: #A8C411; }
span { border-color: rgb(168,196,17); }
td.TdClassName
{
border-color: #A8C411;
}
.TagClassName
{
border-color: #A8C411;
}
</style>