Shades of Bahia #A8C61D
Tints of Bahia #A8C61D
RGB
CMYK
RGB Variations
Color information
#A8C61D (or 0xA8C61D) is known color: Bahia. HEX triplet: A8, C6 and 1D. RGB value is (168,198,29). Sum of RGB (Red+Green+Blue) = 168+198+29=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 198 (77.73% from 255 or 50.13% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C61D is #5739E2. Grayscale: #AAAAAA. Windows color (decimal): -5716451 or 1951400. OLE color: 1951400.
HSL color Cylindrical-coordinate representation of color #A8C61D: hue angle of 70.65º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8C61D is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 29 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.22 |
| HSL | 70.65º | 0.74% | 0.45% | - |
| HSV(B) | 70.65º | 0.85% | 0.78% | - |
| XYZ | 36.56 | 48.8 | 8.65 | - |
| YUV | 169.76 | 48.56 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 29 | 0.15 | 0 | 0.85 | 0.22 | 70.65 | 0.74 | 0.45 |
| Hex | A8 | C6 | 1D | F | 0 | 55 | 16 | 47 | 4A | 2D |
| Octal | 250 | 306 | 35 | 17 | 0 | 125 | 26 | 107 | 112 | 55 |
| Binary | 10101000 | 11000110 | 11101 | 1111 | 0 | 1010101 | 10110 | 1000111 | 1001010 | 101101 |
Color Harmonies of #A8C61D
Complementary color
Monochromatic Colors of #A8C61D
Black with #A8C61D
Text Example
Text Example
White with #A8C61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C61D; }
p { color: rgb(168,198,29); }
H1.HeaderClassName
{
color: #A8C61D;
}
.AnyTagClassName
{
color: #A8C61D;
}
</style>
background-color css
<style>
a { background-color: #A8C61D; }
a { background-color: rgb(168,198,29); }
div.DivClassName
{
background-color: #A8C61D;
}
.BgClassName
{
background-color: #A8C61D;
}
</style>
border-color css
<style>
span { border-color: #A8C61D; }
span { border-color: rgb(168,198,29); }
td.TdClassName
{
border-color: #A8C61D;
}
.TagClassName
{
border-color: #A8C61D;
}
</style>