Shades of Bahia #A8C82B
Tints of Bahia #A8C82B
RGB
CMYK
RGB Variations
Color information
#A8C82B (or 0xA8C82B) is known color: Bahia. HEX triplet: A8, C8 and 2B. RGB value is (168,200,43). Sum of RGB (Red+Green+Blue) = 168+200+43=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 200 (78.52% from 255 or 48.66% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C82B is #5737D4. Grayscale: #ADADAD. Windows color (decimal): -5715925 or 2869416. OLE color: 2869416.
HSL color Cylindrical-coordinate representation of color #A8C82B: hue angle of 72.23º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8C82B is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 200 | 43 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.22 |
| HSL | 72.23º | 0.65% | 0.48% | - |
| HSV(B) | 72.23º | 0.79% | 0.78% | - |
| XYZ | 37.24 | 49.81 | 9.94 | - |
| YUV | 172.53 | 54.9 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 43 | 0.16 | 0 | 0.78 | 0.22 | 72.23 | 0.65 | 0.48 |
| Hex | A8 | C8 | 2B | 10 | 0 | 4E | 16 | 48 | 41 | 30 |
| Octal | 250 | 310 | 53 | 20 | 0 | 116 | 26 | 110 | 101 | 60 |
| Binary | 10101000 | 11001000 | 101011 | 10000 | 0 | 1001110 | 10110 | 1001000 | 1000001 | 110000 |
Color Harmonies of #A8C82B
Complementary color
Monochromatic Colors of #A8C82B
Black with #A8C82B
Text Example
Text Example
White with #A8C82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C82B; }
p { color: rgb(168,200,43); }
H1.HeaderClassName
{
color: #A8C82B;
}
.AnyTagClassName
{
color: #A8C82B;
}
</style>
background-color css
<style>
a { background-color: #A8C82B; }
a { background-color: rgb(168,200,43); }
div.DivClassName
{
background-color: #A8C82B;
}
.BgClassName
{
background-color: #A8C82B;
}
</style>
border-color css
<style>
span { border-color: #A8C82B; }
span { border-color: rgb(168,200,43); }
td.TdClassName
{
border-color: #A8C82B;
}
.TagClassName
{
border-color: #A8C82B;
}
</style>