Shades of Bahia #A8C11E
Tints of Bahia #A8C11E
RGB
CMYK
RGB Variations
Color information
#A8C11E (or 0xA8C11E) is known color: Bahia. HEX triplet: A8, C1 and 1E. RGB value is (168,193,30). Sum of RGB (Red+Green+Blue) = 168+193+30=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C11E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C11E is #573EE1. Grayscale: #A7A7A7. Windows color (decimal): -5717730 or 2015656. OLE color: 2015656.
HSL color Cylindrical-coordinate representation of color #A8C11E: hue angle of 69.2º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8C11E is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 30 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.24 |
| HSL | 69.2º | 0.73% | 0.44% | - |
| HSV(B) | 69.2º | 0.84% | 0.76% | - |
| XYZ | 35.45 | 46.56 | 8.35 | - |
| YUV | 166.94 | 50.72 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 30 | 0.13 | 0 | 0.84 | 0.24 | 69.2 | 0.73 | 0.44 |
| Hex | A8 | C1 | 1E | D | 0 | 54 | 18 | 45 | 49 | 2C |
| Octal | 250 | 301 | 36 | 15 | 0 | 124 | 30 | 105 | 111 | 54 |
| Binary | 10101000 | 11000001 | 11110 | 1101 | 0 | 1010100 | 11000 | 1000101 | 1001001 | 101100 |
Color Harmonies of #A8C11E
Complementary color
Monochromatic Colors of #A8C11E
Black with #A8C11E
Text Example
Text Example
White with #A8C11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C11E; }
p { color: rgb(168,193,30); }
H1.HeaderClassName
{
color: #A8C11E;
}
.AnyTagClassName
{
color: #A8C11E;
}
</style>
background-color css
<style>
a { background-color: #A8C11E; }
a { background-color: rgb(168,193,30); }
div.DivClassName
{
background-color: #A8C11E;
}
.BgClassName
{
background-color: #A8C11E;
}
</style>
border-color css
<style>
span { border-color: #A8C11E; }
span { border-color: rgb(168,193,30); }
td.TdClassName
{
border-color: #A8C11E;
}
.TagClassName
{
border-color: #A8C11E;
}
</style>