Shades of Bahia #A8C612
Tints of Bahia #A8C612
RGB
CMYK
RGB Variations
Color information
#A8C612 (or 0xA8C612) is known color: Bahia. HEX triplet: A8, C6 and 12. RGB value is (168,198,18). Sum of RGB (Red+Green+Blue) = 168+198+18=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 198 (77.73% from 255 or 51.56% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C612 is #5739ED. Grayscale: #A9A9A9. Windows color (decimal): -5716462 or 1230504. OLE color: 1230504.
HSL color Cylindrical-coordinate representation of color #A8C612: hue angle of 70º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8C612 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 18 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.22 |
| HSL | 70º | 0.83% | 0.42% | - |
| HSV(B) | 70º | 0.91% | 0.78% | - |
| XYZ | 36.45 | 48.76 | 8.06 | - |
| YUV | 168.51 | 43.06 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 18 | 0.15 | 0 | 0.91 | 0.22 | 70 | 0.83 | 0.42 |
| Hex | A8 | C6 | 12 | F | 0 | 5B | 16 | 46 | 53 | 2A |
| Octal | 250 | 306 | 22 | 17 | 0 | 133 | 26 | 106 | 123 | 52 |
| Binary | 10101000 | 11000110 | 10010 | 1111 | 0 | 1011011 | 10110 | 1000110 | 1010011 | 101010 |
Color Harmonies of #A8C612
Complementary color
Monochromatic Colors of #A8C612
Black with #A8C612
Text Example
Text Example
White with #A8C612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C612; }
p { color: rgb(168,198,18); }
H1.HeaderClassName
{
color: #A8C612;
}
.AnyTagClassName
{
color: #A8C612;
}
</style>
background-color css
<style>
a { background-color: #A8C612; }
a { background-color: rgb(168,198,18); }
div.DivClassName
{
background-color: #A8C612;
}
.BgClassName
{
background-color: #A8C612;
}
</style>
border-color css
<style>
span { border-color: #A8C612; }
span { border-color: rgb(168,198,18); }
td.TdClassName
{
border-color: #A8C612;
}
.TagClassName
{
border-color: #A8C612;
}
</style>