Shades of Bahia #A8C60C
Tints of Bahia #A8C60C
RGB
CMYK
RGB Variations
Color information
#A8C60C (or 0xA8C60C) is known color: Bahia. HEX triplet: A8, C6 and 0C. RGB value is (168,198,12). Sum of RGB (Red+Green+Blue) = 168+198+12=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 198 (77.73% from 255 or 52.38% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C60C is #5739F3. Grayscale: #A8A8A8. Windows color (decimal): -5716468 or 837288. OLE color: 837288.
HSL color Cylindrical-coordinate representation of color #A8C60C: hue angle of 69.68º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8C60C is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 12 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.22 |
| HSL | 69.68º | 0.89% | 0.41% | - |
| HSV(B) | 69.68º | 0.94% | 0.78% | - |
| XYZ | 36.41 | 48.74 | 7.84 | - |
| YUV | 167.83 | 40.06 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 12 | 0.15 | 0 | 0.94 | 0.22 | 69.68 | 0.89 | 0.41 |
| Hex | A8 | C6 | C | F | 0 | 5E | 16 | 46 | 59 | 29 |
| Octal | 250 | 306 | 14 | 17 | 0 | 136 | 26 | 106 | 131 | 51 |
| Binary | 10101000 | 11000110 | 1100 | 1111 | 0 | 1011110 | 10110 | 1000110 | 1011001 | 101001 |
Color Harmonies of #A8C60C
Complementary color
Monochromatic Colors of #A8C60C
Black with #A8C60C
Text Example
Text Example
White with #A8C60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C60C; }
p { color: rgb(168,198,12); }
H1.HeaderClassName
{
color: #A8C60C;
}
.AnyTagClassName
{
color: #A8C60C;
}
</style>
background-color css
<style>
a { background-color: #A8C60C; }
a { background-color: rgb(168,198,12); }
div.DivClassName
{
background-color: #A8C60C;
}
.BgClassName
{
background-color: #A8C60C;
}
</style>
border-color css
<style>
span { border-color: #A8C60C; }
span { border-color: rgb(168,198,12); }
td.TdClassName
{
border-color: #A8C60C;
}
.TagClassName
{
border-color: #A8C60C;
}
</style>