Shades of Bahia #A8B729
Tints of Bahia #A8B729
RGB
CMYK
RGB Variations
Color information
#A8B729 (or 0xA8B729) is known color: Bahia. HEX triplet: A8, B7 and 29. RGB value is (168,183,41). Sum of RGB (Red+Green+Blue) = 168+183+41=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 41 (16.41% from 255 or 10.46% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B729 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B729 is #5748D6. Grayscale: #A2A2A2. Windows color (decimal): -5720279 or 2733992. OLE color: 2733992.
HSL color Cylindrical-coordinate representation of color #A8B729: hue angle of 66.34º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8B729 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 41 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.28 |
| HSL | 66.34º | 0.63% | 0.44% | - |
| HSV(B) | 66.34º | 0.78% | 0.72% | - |
| XYZ | 33.48 | 42.35 | 8.51 | - |
| YUV | 162.33 | 59.53 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 41 | 0.08 | 0 | 0.78 | 0.28 | 66.34 | 0.63 | 0.44 |
| Hex | A8 | B7 | 29 | 8 | 0 | 4E | 1C | 42 | 3F | 2C |
| Octal | 250 | 267 | 51 | 10 | 0 | 116 | 34 | 102 | 77 | 54 |
| Binary | 10101000 | 10110111 | 101001 | 1000 | 0 | 1001110 | 11100 | 1000010 | 111111 | 101100 |
Color Harmonies of #A8B729
Complementary color
Monochromatic Colors of #A8B729
Black with #A8B729
Text Example
Text Example
White with #A8B729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B729; }
p { color: rgb(168,183,41); }
H1.HeaderClassName
{
color: #A8B729;
}
.AnyTagClassName
{
color: #A8B729;
}
</style>
background-color css
<style>
a { background-color: #A8B729; }
a { background-color: rgb(168,183,41); }
div.DivClassName
{
background-color: #A8B729;
}
.BgClassName
{
background-color: #A8B729;
}
</style>
border-color css
<style>
span { border-color: #A8B729; }
span { border-color: rgb(168,183,41); }
td.TdClassName
{
border-color: #A8B729;
}
.TagClassName
{
border-color: #A8B729;
}
</style>