Shades of Bahia #A8C326
Tints of Bahia #A8C326
RGB
CMYK
RGB Variations
Color information
#A8C326 (or 0xA8C326) is known color: Bahia. HEX triplet: A8, C3 and 26. RGB value is (168,195,38). Sum of RGB (Red+Green+Blue) = 168+195+38=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 38 (15.23% from 255 or 9.48% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C326 is #573CD9. Grayscale: #A9A9A9. Windows color (decimal): -5717210 or 2540456. OLE color: 2540456.
HSL color Cylindrical-coordinate representation of color #A8C326: hue angle of 70.32º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8C326 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 38 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.24 |
| HSL | 70.32º | 0.67% | 0.46% | - |
| HSV(B) | 70.32º | 0.81% | 0.76% | - |
| XYZ | 36.01 | 47.49 | 9.1 | - |
| YUV | 169.03 | 54.05 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 38 | 0.14 | 0 | 0.81 | 0.24 | 70.32 | 0.67 | 0.46 |
| Hex | A8 | C3 | 26 | E | 0 | 51 | 18 | 46 | 43 | 2E |
| Octal | 250 | 303 | 46 | 16 | 0 | 121 | 30 | 106 | 103 | 56 |
| Binary | 10101000 | 11000011 | 100110 | 1110 | 0 | 1010001 | 11000 | 1000110 | 1000011 | 101110 |
Color Harmonies of #A8C326
Complementary color
Monochromatic Colors of #A8C326
Black with #A8C326
Text Example
Text Example
White with #A8C326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C326; }
p { color: rgb(168,195,38); }
H1.HeaderClassName
{
color: #A8C326;
}
.AnyTagClassName
{
color: #A8C326;
}
</style>
background-color css
<style>
a { background-color: #A8C326; }
a { background-color: rgb(168,195,38); }
div.DivClassName
{
background-color: #A8C326;
}
.BgClassName
{
background-color: #A8C326;
}
</style>
border-color css
<style>
span { border-color: #A8C326; }
span { border-color: rgb(168,195,38); }
td.TdClassName
{
border-color: #A8C326;
}
.TagClassName
{
border-color: #A8C326;
}
</style>