Shades of Bahia #A8C01D
Tints of Bahia #A8C01D
RGB
CMYK
RGB Variations
Color information
#A8C01D (or 0xA8C01D) is known color: Bahia. HEX triplet: A8, C0 and 1D. RGB value is (168,192,29). Sum of RGB (Red+Green+Blue) = 168+192+29=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C01D is #573FE2. Grayscale: #A6A6A6. Windows color (decimal): -5717987 or 1949864. OLE color: 1949864.
HSL color Cylindrical-coordinate representation of color #A8C01D: hue angle of 68.83º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8C01D is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 29 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.25 |
| HSL | 68.83º | 0.74% | 0.43% | - |
| HSV(B) | 68.83º | 0.85% | 0.75% | - |
| XYZ | 35.22 | 46.11 | 8.21 | - |
| YUV | 166.24 | 50.55 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 29 | 0.12 | 0 | 0.85 | 0.25 | 68.83 | 0.74 | 0.43 |
| Hex | A8 | C0 | 1D | C | 0 | 55 | 19 | 45 | 4A | 2B |
| Octal | 250 | 300 | 35 | 14 | 0 | 125 | 31 | 105 | 112 | 53 |
| Binary | 10101000 | 11000000 | 11101 | 1100 | 0 | 1010101 | 11001 | 1000101 | 1001010 | 101011 |
Color Harmonies of #A8C01D
Complementary color
Monochromatic Colors of #A8C01D
Black with #A8C01D
Text Example
Text Example
White with #A8C01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C01D; }
p { color: rgb(168,192,29); }
H1.HeaderClassName
{
color: #A8C01D;
}
.AnyTagClassName
{
color: #A8C01D;
}
</style>
background-color css
<style>
a { background-color: #A8C01D; }
a { background-color: rgb(168,192,29); }
div.DivClassName
{
background-color: #A8C01D;
}
.BgClassName
{
background-color: #A8C01D;
}
</style>
border-color css
<style>
span { border-color: #A8C01D; }
span { border-color: rgb(168,192,29); }
td.TdClassName
{
border-color: #A8C01D;
}
.TagClassName
{
border-color: #A8C01D;
}
</style>