Shades of Bahia #A8C310
Tints of Bahia #A8C310
RGB
CMYK
RGB Variations
Color information
#A8C310 (or 0xA8C310) is known color: Bahia. HEX triplet: A8, C3 and 10. RGB value is (168,195,16). Sum of RGB (Red+Green+Blue) = 168+195+16=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C310 is #573CEF. Grayscale: #A7A7A7. Windows color (decimal): -5717232 or 1098664. OLE color: 1098664.
HSL color Cylindrical-coordinate representation of color #A8C310: hue angle of 69.05º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8C310 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 16 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.24 |
| HSL | 69.05º | 0.85% | 0.41% | - |
| HSV(B) | 69.05º | 0.92% | 0.76% | - |
| XYZ | 35.76 | 47.39 | 7.75 | - |
| YUV | 166.52 | 43.05 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 16 | 0.14 | 0 | 0.92 | 0.24 | 69.05 | 0.85 | 0.41 |
| Hex | A8 | C3 | 10 | E | 0 | 5C | 18 | 45 | 55 | 29 |
| Octal | 250 | 303 | 20 | 16 | 0 | 134 | 30 | 105 | 125 | 51 |
| Binary | 10101000 | 11000011 | 10000 | 1110 | 0 | 1011100 | 11000 | 1000101 | 1010101 | 101001 |
Color Harmonies of #A8C310
Complementary color
Monochromatic Colors of #A8C310
Black with #A8C310
Text Example
Text Example
White with #A8C310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C310; }
p { color: rgb(168,195,16); }
H1.HeaderClassName
{
color: #A8C310;
}
.AnyTagClassName
{
color: #A8C310;
}
</style>
background-color css
<style>
a { background-color: #A8C310; }
a { background-color: rgb(168,195,16); }
div.DivClassName
{
background-color: #A8C310;
}
.BgClassName
{
background-color: #A8C310;
}
</style>
border-color css
<style>
span { border-color: #A8C310; }
span { border-color: rgb(168,195,16); }
td.TdClassName
{
border-color: #A8C310;
}
.TagClassName
{
border-color: #A8C310;
}
</style>