Shades of Bahia #A8C020
Tints of Bahia #A8C020
RGB
CMYK
RGB Variations
Color information
#A8C020 (or 0xA8C020) is known color: Bahia. HEX triplet: A8, C0 and 20. RGB value is (168,192,32). Sum of RGB (Red+Green+Blue) = 168+192+32=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C020 is #573FDF. Grayscale: #A7A7A7. Windows color (decimal): -5717984 or 2146472. OLE color: 2146472.
HSL color Cylindrical-coordinate representation of color #A8C020: hue angle of 69º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8C020 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 32 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.25 |
| HSL | 69º | 0.71% | 0.44% | - |
| HSV(B) | 69º | 0.83% | 0.75% | - |
| XYZ | 35.26 | 46.13 | 8.41 | - |
| YUV | 166.58 | 52.05 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 32 | 0.12 | 0 | 0.83 | 0.25 | 69 | 0.71 | 0.44 |
| Hex | A8 | C0 | 20 | C | 0 | 53 | 19 | 45 | 47 | 2C |
| Octal | 250 | 300 | 40 | 14 | 0 | 123 | 31 | 105 | 107 | 54 |
| Binary | 10101000 | 11000000 | 100000 | 1100 | 0 | 1010011 | 11001 | 1000101 | 1000111 | 101100 |
Color Harmonies of #A8C020
Complementary color
Monochromatic Colors of #A8C020
Black with #A8C020
Text Example
Text Example
White with #A8C020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C020; }
p { color: rgb(168,192,32); }
H1.HeaderClassName
{
color: #A8C020;
}
.AnyTagClassName
{
color: #A8C020;
}
</style>
background-color css
<style>
a { background-color: #A8C020; }
a { background-color: rgb(168,192,32); }
div.DivClassName
{
background-color: #A8C020;
}
.BgClassName
{
background-color: #A8C020;
}
</style>
border-color css
<style>
span { border-color: #A8C020; }
span { border-color: rgb(168,192,32); }
td.TdClassName
{
border-color: #A8C020;
}
.TagClassName
{
border-color: #A8C020;
}
</style>