Shades of Bahia #A8C320
Tints of Bahia #A8C320
RGB
CMYK
RGB Variations
Color information
#A8C320 (or 0xA8C320) is known color: Bahia. HEX triplet: A8, C3 and 20. RGB value is (168,195,32). Sum of RGB (Red+Green+Blue) = 168+195+32=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C320 is #573CDF. Grayscale: #A8A8A8. Windows color (decimal): -5717216 or 2147240. OLE color: 2147240.
HSL color Cylindrical-coordinate representation of color #A8C320: hue angle of 69.94º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8C320 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 32 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.24 |
| HSL | 69.94º | 0.72% | 0.45% | - |
| HSV(B) | 69.94º | 0.84% | 0.76% | - |
| XYZ | 35.92 | 47.46 | 8.63 | - |
| YUV | 168.35 | 51.05 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 32 | 0.14 | 0 | 0.84 | 0.24 | 69.94 | 0.72 | 0.45 |
| Hex | A8 | C3 | 20 | E | 0 | 54 | 18 | 46 | 48 | 2D |
| Octal | 250 | 303 | 40 | 16 | 0 | 124 | 30 | 106 | 110 | 55 |
| Binary | 10101000 | 11000011 | 100000 | 1110 | 0 | 1010100 | 11000 | 1000110 | 1001000 | 101101 |
Color Harmonies of #A8C320
Complementary color
Monochromatic Colors of #A8C320
Black with #A8C320
Text Example
Text Example
White with #A8C320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C320; }
p { color: rgb(168,195,32); }
H1.HeaderClassName
{
color: #A8C320;
}
.AnyTagClassName
{
color: #A8C320;
}
</style>
background-color css
<style>
a { background-color: #A8C320; }
a { background-color: rgb(168,195,32); }
div.DivClassName
{
background-color: #A8C320;
}
.BgClassName
{
background-color: #A8C320;
}
</style>
border-color css
<style>
span { border-color: #A8C320; }
span { border-color: rgb(168,195,32); }
td.TdClassName
{
border-color: #A8C320;
}
.TagClassName
{
border-color: #A8C320;
}
</style>