Shades of Bahia #A8C60F
Tints of Bahia #A8C60F
RGB
CMYK
RGB Variations
Color information
#A8C60F (or 0xA8C60F) is known color: Bahia. HEX triplet: A8, C6 and 0F. RGB value is (168,198,15). Sum of RGB (Red+Green+Blue) = 168+198+15=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 198 (77.73% from 255 or 51.97% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C60F is #5739F0. Grayscale: #A8A8A8. Windows color (decimal): -5716465 or 1033896. OLE color: 1033896.
HSL color Cylindrical-coordinate representation of color #A8C60F: hue angle of 69.84º degrees, saturation: 0.86, 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 #A8C60F is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 15 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.22 |
| HSL | 69.84º | 0.86% | 0.42% | - |
| HSV(B) | 69.84º | 0.92% | 0.78% | - |
| XYZ | 36.43 | 48.75 | 7.94 | - |
| YUV | 168.17 | 41.56 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 15 | 0.15 | 0 | 0.92 | 0.22 | 69.84 | 0.86 | 0.42 |
| Hex | A8 | C6 | F | F | 0 | 5C | 16 | 46 | 56 | 2A |
| Octal | 250 | 306 | 17 | 17 | 0 | 134 | 26 | 106 | 126 | 52 |
| Binary | 10101000 | 11000110 | 1111 | 1111 | 0 | 1011100 | 10110 | 1000110 | 1010110 | 101010 |
Color Harmonies of #A8C60F
Complementary color
Monochromatic Colors of #A8C60F
Black with #A8C60F
Text Example
Text Example
White with #A8C60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C60F; }
p { color: rgb(168,198,15); }
H1.HeaderClassName
{
color: #A8C60F;
}
.AnyTagClassName
{
color: #A8C60F;
}
</style>
background-color css
<style>
a { background-color: #A8C60F; }
a { background-color: rgb(168,198,15); }
div.DivClassName
{
background-color: #A8C60F;
}
.BgClassName
{
background-color: #A8C60F;
}
</style>
border-color css
<style>
span { border-color: #A8C60F; }
span { border-color: rgb(168,198,15); }
td.TdClassName
{
border-color: #A8C60F;
}
.TagClassName
{
border-color: #A8C60F;
}
</style>