Shades of Bahia #A8C41B
Tints of Bahia #A8C41B
RGB
CMYK
RGB Variations
Color information
#A8C41B (or 0xA8C41B) is known color: Bahia. HEX triplet: A8, C4 and 1B. RGB value is (168,196,27). Sum of RGB (Red+Green+Blue) = 168+196+27=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C41B is #573BE4. Grayscale: #A9A9A9. Windows color (decimal): -5716965 or 1819816. OLE color: 1819816.
HSL color Cylindrical-coordinate representation of color #A8C41B: hue angle of 69.94º degrees, saturation: 0.76, 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 #A8C41B is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 196 | 27 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.23 |
| HSL | 69.94º | 0.76% | 0.44% | - |
| HSV(B) | 69.94º | 0.86% | 0.77% | - |
| XYZ | 36.09 | 47.88 | 8.38 | - |
| YUV | 168.36 | 48.22 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 196 | 27 | 0.14 | 0 | 0.86 | 0.23 | 69.94 | 0.76 | 0.44 |
| Hex | A8 | C4 | 1B | E | 0 | 56 | 17 | 46 | 4C | 2C |
| Octal | 250 | 304 | 33 | 16 | 0 | 126 | 27 | 106 | 114 | 54 |
| Binary | 10101000 | 11000100 | 11011 | 1110 | 0 | 1010110 | 10111 | 1000110 | 1001100 | 101100 |
Color Harmonies of #A8C41B
Complementary color
Monochromatic Colors of #A8C41B
Black with #A8C41B
Text Example
Text Example
White with #A8C41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C41B; }
p { color: rgb(168,196,27); }
H1.HeaderClassName
{
color: #A8C41B;
}
.AnyTagClassName
{
color: #A8C41B;
}
</style>
background-color css
<style>
a { background-color: #A8C41B; }
a { background-color: rgb(168,196,27); }
div.DivClassName
{
background-color: #A8C41B;
}
.BgClassName
{
background-color: #A8C41B;
}
</style>
border-color css
<style>
span { border-color: #A8C41B; }
span { border-color: rgb(168,196,27); }
td.TdClassName
{
border-color: #A8C41B;
}
.TagClassName
{
border-color: #A8C41B;
}
</style>