Shades of Bahia #A8C41C
Tints of Bahia #A8C41C
RGB
CMYK
RGB Variations
Color information
#A8C41C (or 0xA8C41C) is known color: Bahia. HEX triplet: A8, C4 and 1C. RGB value is (168,196,28). Sum of RGB (Red+Green+Blue) = 168+196+28=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 196 (76.95% from 255 or 50% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C41C is #573BE3. Grayscale: #A9A9A9. Windows color (decimal): -5716964 or 1885352. OLE color: 1885352.
HSL color Cylindrical-coordinate representation of color #A8C41C: hue angle of 70º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8C41C is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 28 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.23 |
| HSL | 70º | 0.75% | 0.44% | - |
| HSV(B) | 70º | 0.86% | 0.77% | - |
| XYZ | 36.1 | 47.89 | 8.44 | - |
| YUV | 168.48 | 48.72 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 28 | 0.14 | 0 | 0.86 | 0.23 | 70 | 0.75 | 0.44 |
| Hex | A8 | C4 | 1C | E | 0 | 56 | 17 | 46 | 4B | 2C |
| Octal | 250 | 304 | 34 | 16 | 0 | 126 | 27 | 106 | 113 | 54 |
| Binary | 10101000 | 11000100 | 11100 | 1110 | 0 | 1010110 | 10111 | 1000110 | 1001011 | 101100 |
Color Harmonies of #A8C41C
Complementary color
Monochromatic Colors of #A8C41C
Black with #A8C41C
Text Example
Text Example
White with #A8C41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C41C; }
p { color: rgb(168,196,28); }
H1.HeaderClassName
{
color: #A8C41C;
}
.AnyTagClassName
{
color: #A8C41C;
}
</style>
background-color css
<style>
a { background-color: #A8C41C; }
a { background-color: rgb(168,196,28); }
div.DivClassName
{
background-color: #A8C41C;
}
.BgClassName
{
background-color: #A8C41C;
}
</style>
border-color css
<style>
span { border-color: #A8C41C; }
span { border-color: rgb(168,196,28); }
td.TdClassName
{
border-color: #A8C41C;
}
.TagClassName
{
border-color: #A8C41C;
}
</style>