Shades of Bahia #A8C810
Tints of Bahia #A8C810
RGB
CMYK
RGB Variations
Color information
#A8C810 (or 0xA8C810) is known color: Bahia. HEX triplet: A8, C8 and 10. RGB value is (168,200,16). Sum of RGB (Red+Green+Blue) = 168+200+16=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 200 (78.52% from 255 or 52.08% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C810 is #5737EF. Grayscale: #AAAAAA. Windows color (decimal): -5715952 or 1099944. OLE color: 1099944.
HSL color Cylindrical-coordinate representation of color #A8C810: hue angle of 70.43º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8C810 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 200 | 16 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.22 |
| HSL | 70.43º | 0.85% | 0.42% | - |
| HSV(B) | 70.43º | 0.92% | 0.78% | - |
| XYZ | 36.9 | 49.67 | 8.13 | - |
| YUV | 169.46 | 41.4 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 16 | 0.16 | 0 | 0.92 | 0.22 | 70.43 | 0.85 | 0.42 |
| Hex | A8 | C8 | 10 | 10 | 0 | 5C | 16 | 46 | 55 | 2A |
| Octal | 250 | 310 | 20 | 20 | 0 | 134 | 26 | 106 | 125 | 52 |
| Binary | 10101000 | 11001000 | 10000 | 10000 | 0 | 1011100 | 10110 | 1000110 | 1010101 | 101010 |
Color Harmonies of #A8C810
Complementary color
Monochromatic Colors of #A8C810
Black with #A8C810
Text Example
Text Example
White with #A8C810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C810; }
p { color: rgb(168,200,16); }
H1.HeaderClassName
{
color: #A8C810;
}
.AnyTagClassName
{
color: #A8C810;
}
</style>
background-color css
<style>
a { background-color: #A8C810; }
a { background-color: rgb(168,200,16); }
div.DivClassName
{
background-color: #A8C810;
}
.BgClassName
{
background-color: #A8C810;
}
</style>
border-color css
<style>
span { border-color: #A8C810; }
span { border-color: rgb(168,200,16); }
td.TdClassName
{
border-color: #A8C810;
}
.TagClassName
{
border-color: #A8C810;
}
</style>