Shades of Bahia #A8C721
Tints of Bahia #A8C721
RGB
CMYK
RGB Variations
Color information
#A8C721 (or 0xA8C721) is known color: Bahia. HEX triplet: A8, C7 and 21. RGB value is (168,199,33). Sum of RGB (Red+Green+Blue) = 168+199+33=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 199 (78.12% from 255 or 49.75% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C721 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C721 is #5738DE. Grayscale: #ABABAB. Windows color (decimal): -5716191 or 2213800. OLE color: 2213800.
HSL color Cylindrical-coordinate representation of color #A8C721: hue angle of 71.2º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8C721 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 199 | 33 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.22 |
| HSL | 71.2º | 0.72% | 0.45% | - |
| HSV(B) | 71.2º | 0.83% | 0.78% | - |
| XYZ | 36.85 | 49.28 | 9.01 | - |
| YUV | 170.81 | 50.23 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 199 | 33 | 0.16 | 0 | 0.83 | 0.22 | 71.2 | 0.72 | 0.45 |
| Hex | A8 | C7 | 21 | 10 | 0 | 53 | 16 | 47 | 48 | 2D |
| Octal | 250 | 307 | 41 | 20 | 0 | 123 | 26 | 107 | 110 | 55 |
| Binary | 10101000 | 11000111 | 100001 | 10000 | 0 | 1010011 | 10110 | 1000111 | 1001000 | 101101 |
Color Harmonies of #A8C721
Complementary color
Monochromatic Colors of #A8C721
Black with #A8C721
Text Example
Text Example
White with #A8C721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C721; }
p { color: rgb(168,199,33); }
H1.HeaderClassName
{
color: #A8C721;
}
.AnyTagClassName
{
color: #A8C721;
}
</style>
background-color css
<style>
a { background-color: #A8C721; }
a { background-color: rgb(168,199,33); }
div.DivClassName
{
background-color: #A8C721;
}
.BgClassName
{
background-color: #A8C721;
}
</style>
border-color css
<style>
span { border-color: #A8C721; }
span { border-color: rgb(168,199,33); }
td.TdClassName
{
border-color: #A8C721;
}
.TagClassName
{
border-color: #A8C721;
}
</style>