Shades of Bahia #A8C921
Tints of Bahia #A8C921
RGB
CMYK
RGB Variations
Color information
#A8C921 (or 0xA8C921) is known color: Bahia. HEX triplet: A8, C9 and 21. RGB value is (168,201,33). Sum of RGB (Red+Green+Blue) = 168+201+33=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C921 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C921 is #5736DE. Grayscale: #ACACAC. Windows color (decimal): -5715679 or 2214312. OLE color: 2214312.
HSL color Cylindrical-coordinate representation of color #A8C921: hue angle of 71.79º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8C921 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 33 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.21 |
| HSL | 71.79º | 0.72% | 0.46% | - |
| HSV(B) | 71.79º | 0.84% | 0.79% | - |
| XYZ | 37.31 | 50.21 | 9.16 | - |
| YUV | 171.98 | 49.57 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 33 | 0.16 | 0 | 0.84 | 0.21 | 71.79 | 0.72 | 0.46 |
| Hex | A8 | C9 | 21 | 10 | 0 | 54 | 15 | 48 | 48 | 2E |
| Octal | 250 | 311 | 41 | 20 | 0 | 124 | 25 | 110 | 110 | 56 |
| Binary | 10101000 | 11001001 | 100001 | 10000 | 0 | 1010100 | 10101 | 1001000 | 1001000 | 101110 |
Color Harmonies of #A8C921
Complementary color
Monochromatic Colors of #A8C921
Black with #A8C921
Text Example
Text Example
White with #A8C921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C921; }
p { color: rgb(168,201,33); }
H1.HeaderClassName
{
color: #A8C921;
}
.AnyTagClassName
{
color: #A8C921;
}
</style>
background-color css
<style>
a { background-color: #A8C921; }
a { background-color: rgb(168,201,33); }
div.DivClassName
{
background-color: #A8C921;
}
.BgClassName
{
background-color: #A8C921;
}
</style>
border-color css
<style>
span { border-color: #A8C921; }
span { border-color: rgb(168,201,33); }
td.TdClassName
{
border-color: #A8C921;
}
.TagClassName
{
border-color: #A8C921;
}
</style>