Shades of Bahia #A8C62D
Tints of Bahia #A8C62D
RGB
CMYK
RGB Variations
Color information
#A8C62D (or 0xA8C62D) is known color: Bahia. HEX triplet: A8, C6 and 2D. RGB value is (168,198,45). Sum of RGB (Red+Green+Blue) = 168+198+45=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C62D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C62D is #5739D2. Grayscale: #ACACAC. Windows color (decimal): -5716435 or 2999976. OLE color: 2999976.
HSL color Cylindrical-coordinate representation of color #A8C62D: hue angle of 71.76º degrees, saturation: 0.63, 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 #A8C62D is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 45 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.22 |
| HSL | 71.76º | 0.63% | 0.48% | - |
| HSV(B) | 71.76º | 0.77% | 0.78% | - |
| XYZ | 36.82 | 48.9 | 9.98 | - |
| YUV | 171.59 | 56.56 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 45 | 0.15 | 0 | 0.77 | 0.22 | 71.76 | 0.63 | 0.48 |
| Hex | A8 | C6 | 2D | F | 0 | 4D | 16 | 48 | 3F | 30 |
| Octal | 250 | 306 | 55 | 17 | 0 | 115 | 26 | 110 | 77 | 60 |
| Binary | 10101000 | 11000110 | 101101 | 1111 | 0 | 1001101 | 10110 | 1001000 | 111111 | 110000 |
Color Harmonies of #A8C62D
Complementary color
Monochromatic Colors of #A8C62D
Black with #A8C62D
Text Example
Text Example
White with #A8C62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C62D; }
p { color: rgb(168,198,45); }
H1.HeaderClassName
{
color: #A8C62D;
}
.AnyTagClassName
{
color: #A8C62D;
}
</style>
background-color css
<style>
a { background-color: #A8C62D; }
a { background-color: rgb(168,198,45); }
div.DivClassName
{
background-color: #A8C62D;
}
.BgClassName
{
background-color: #A8C62D;
}
</style>
border-color css
<style>
span { border-color: #A8C62D; }
span { border-color: rgb(168,198,45); }
td.TdClassName
{
border-color: #A8C62D;
}
.TagClassName
{
border-color: #A8C62D;
}
</style>