Shades of Bahia #A8C321
Tints of Bahia #A8C321
RGB
CMYK
RGB Variations
Color information
#A8C321 (or 0xA8C321) is known color: Bahia. HEX triplet: A8, C3 and 21. RGB value is (168,195,33). Sum of RGB (Red+Green+Blue) = 168+195+33=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C321 is #573CDE. Grayscale: #A9A9A9. Windows color (decimal): -5717215 or 2212776. OLE color: 2212776.
HSL color Cylindrical-coordinate representation of color #A8C321: hue angle of 70º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8C321 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 33 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.24 |
| HSL | 70º | 0.71% | 0.45% | - |
| HSV(B) | 70º | 0.83% | 0.76% | - |
| XYZ | 35.94 | 47.46 | 8.71 | - |
| YUV | 168.46 | 51.55 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 33 | 0.14 | 0 | 0.83 | 0.24 | 70 | 0.71 | 0.45 |
| Hex | A8 | C3 | 21 | E | 0 | 53 | 18 | 46 | 47 | 2D |
| Octal | 250 | 303 | 41 | 16 | 0 | 123 | 30 | 106 | 107 | 55 |
| Binary | 10101000 | 11000011 | 100001 | 1110 | 0 | 1010011 | 11000 | 1000110 | 1000111 | 101101 |
Color Harmonies of #A8C321
Complementary color
Monochromatic Colors of #A8C321
Black with #A8C321
Text Example
Text Example
White with #A8C321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C321; }
p { color: rgb(168,195,33); }
H1.HeaderClassName
{
color: #A8C321;
}
.AnyTagClassName
{
color: #A8C321;
}
</style>
background-color css
<style>
a { background-color: #A8C321; }
a { background-color: rgb(168,195,33); }
div.DivClassName
{
background-color: #A8C321;
}
.BgClassName
{
background-color: #A8C321;
}
</style>
border-color css
<style>
span { border-color: #A8C321; }
span { border-color: rgb(168,195,33); }
td.TdClassName
{
border-color: #A8C321;
}
.TagClassName
{
border-color: #A8C321;
}
</style>