Shades of Bahia #A8C62E
Tints of Bahia #A8C62E
RGB
CMYK
RGB Variations
Color information
#A8C62E (or 0xA8C62E) is known color: Bahia. HEX triplet: A8, C6 and 2E. RGB value is (168,198,46). Sum of RGB (Red+Green+Blue) = 168+198+46=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 198 (77.73% from 255 or 48.06% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C62E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C62E is #5739D1. Grayscale: #ACACAC. Windows color (decimal): -5716434 or 3065512. OLE color: 3065512.
HSL color Cylindrical-coordinate representation of color #A8C62E: hue angle of 71.84º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8C62E is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 46 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.22 |
| HSL | 71.84º | 0.62% | 0.48% | - |
| HSV(B) | 71.84º | 0.77% | 0.78% | - |
| XYZ | 36.84 | 48.91 | 10.08 | - |
| YUV | 171.7 | 57.06 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 46 | 0.15 | 0 | 0.77 | 0.22 | 71.84 | 0.62 | 0.48 |
| Hex | A8 | C6 | 2E | F | 0 | 4D | 16 | 48 | 3E | 30 |
| Octal | 250 | 306 | 56 | 17 | 0 | 115 | 26 | 110 | 76 | 60 |
| Binary | 10101000 | 11000110 | 101110 | 1111 | 0 | 1001101 | 10110 | 1001000 | 111110 | 110000 |
Color Harmonies of #A8C62E
Complementary color
Monochromatic Colors of #A8C62E
Black with #A8C62E
Text Example
Text Example
White with #A8C62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C62E; }
p { color: rgb(168,198,46); }
H1.HeaderClassName
{
color: #A8C62E;
}
.AnyTagClassName
{
color: #A8C62E;
}
</style>
background-color css
<style>
a { background-color: #A8C62E; }
a { background-color: rgb(168,198,46); }
div.DivClassName
{
background-color: #A8C62E;
}
.BgClassName
{
background-color: #A8C62E;
}
</style>
border-color css
<style>
span { border-color: #A8C62E; }
span { border-color: rgb(168,198,46); }
td.TdClassName
{
border-color: #A8C62E;
}
.TagClassName
{
border-color: #A8C62E;
}
</style>