Shades of Bahia #A8C819
Tints of Bahia #A8C819
RGB
CMYK
RGB Variations
Color information
#A8C819 (or 0xA8C819) is known color: Bahia. HEX triplet: A8, C8 and 19. RGB value is (168,200,25). Sum of RGB (Red+Green+Blue) = 168+200+25=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C819 is #5737E6. Grayscale: #ABABAB. Windows color (decimal): -5715943 or 1689768. OLE color: 1689768.
HSL color Cylindrical-coordinate representation of color #A8C819: hue angle of 70.97º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8C819 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 200 | 25 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.22 |
| HSL | 70.97º | 0.78% | 0.44% | - |
| HSV(B) | 70.97º | 0.88% | 0.78% | - |
| XYZ | 36.98 | 49.7 | 8.56 | - |
| YUV | 170.48 | 45.9 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 25 | 0.16 | 0 | 0.88 | 0.22 | 70.97 | 0.78 | 0.44 |
| Hex | A8 | C8 | 19 | 10 | 0 | 58 | 16 | 47 | 4E | 2C |
| Octal | 250 | 310 | 31 | 20 | 0 | 130 | 26 | 107 | 116 | 54 |
| Binary | 10101000 | 11001000 | 11001 | 10000 | 0 | 1011000 | 10110 | 1000111 | 1001110 | 101100 |
Color Harmonies of #A8C819
Complementary color
Monochromatic Colors of #A8C819
Black with #A8C819
Text Example
Text Example
White with #A8C819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C819; }
p { color: rgb(168,200,25); }
H1.HeaderClassName
{
color: #A8C819;
}
.AnyTagClassName
{
color: #A8C819;
}
</style>
background-color css
<style>
a { background-color: #A8C819; }
a { background-color: rgb(168,200,25); }
div.DivClassName
{
background-color: #A8C819;
}
.BgClassName
{
background-color: #A8C819;
}
</style>
border-color css
<style>
span { border-color: #A8C819; }
span { border-color: rgb(168,200,25); }
td.TdClassName
{
border-color: #A8C819;
}
.TagClassName
{
border-color: #A8C819;
}
</style>