Shades of Bahia #A8C228
Tints of Bahia #A8C228
RGB
CMYK
RGB Variations
Color information
#A8C228 (or 0xA8C228) is known color: Bahia. HEX triplet: A8, C2 and 28. RGB value is (168,194,40). Sum of RGB (Red+Green+Blue) = 168+194+40=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 40 (16.02% from 255 or 9.95% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C228 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C228 is #573DD7. Grayscale: #A9A9A9. Windows color (decimal): -5717464 or 2671272. OLE color: 2671272.
HSL color Cylindrical-coordinate representation of color #A8C228: hue angle of 70.13º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A8C228 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 40 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.24 |
| HSL | 70.13º | 0.66% | 0.46% | - |
| HSV(B) | 70.13º | 0.79% | 0.76% | - |
| XYZ | 35.82 | 47.06 | 9.2 | - |
| YUV | 168.67 | 55.39 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 40 | 0.13 | 0 | 0.79 | 0.24 | 70.13 | 0.66 | 0.46 |
| Hex | A8 | C2 | 28 | D | 0 | 4F | 18 | 46 | 42 | 2E |
| Octal | 250 | 302 | 50 | 15 | 0 | 117 | 30 | 106 | 102 | 56 |
| Binary | 10101000 | 11000010 | 101000 | 1101 | 0 | 1001111 | 11000 | 1000110 | 1000010 | 101110 |
Color Harmonies of #A8C228
Complementary color
Monochromatic Colors of #A8C228
Black with #A8C228
Text Example
Text Example
White with #A8C228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C228; }
p { color: rgb(168,194,40); }
H1.HeaderClassName
{
color: #A8C228;
}
.AnyTagClassName
{
color: #A8C228;
}
</style>
background-color css
<style>
a { background-color: #A8C228; }
a { background-color: rgb(168,194,40); }
div.DivClassName
{
background-color: #A8C228;
}
.BgClassName
{
background-color: #A8C228;
}
</style>
border-color css
<style>
span { border-color: #A8C228; }
span { border-color: rgb(168,194,40); }
td.TdClassName
{
border-color: #A8C228;
}
.TagClassName
{
border-color: #A8C228;
}
</style>