Shades of Bahia #ADB729
Tints of Bahia #ADB729
RGB
CMYK
RGB Variations
Color information
#ADB729 (or 0xADB729) is known color: Bahia. HEX triplet: AD, B7 and 29. RGB value is (173,183,41). Sum of RGB (Red+Green+Blue) = 173+183+41=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB729 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB729 is #5248D6. Grayscale: #A4A4A4. Windows color (decimal): -5392599 or 2733997. OLE color: 2733997.
HSL color Cylindrical-coordinate representation of color #ADB729: hue angle of 64.23º 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 #ADB729 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 41 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.28 |
| HSL | 64.23º | 0.63% | 0.44% | - |
| HSV(B) | 64.23º | 0.78% | 0.72% | - |
| XYZ | 34.57 | 42.91 | 8.56 | - |
| YUV | 163.82 | 58.69 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 41 | 0.05 | 0 | 0.78 | 0.28 | 64.23 | 0.63 | 0.44 |
| Hex | AD | B7 | 29 | 5 | 0 | 4E | 1C | 40 | 3F | 2C |
| Octal | 255 | 267 | 51 | 5 | 0 | 116 | 34 | 100 | 77 | 54 |
| Binary | 10101101 | 10110111 | 101001 | 101 | 0 | 1001110 | 11100 | 1000000 | 111111 | 101100 |
Color Harmonies of #ADB729
Complementary color
Monochromatic Colors of #ADB729
Black with #ADB729
Text Example
Text Example
White with #ADB729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB729; }
p { color: rgb(173,183,41); }
H1.HeaderClassName
{
color: #ADB729;
}
.AnyTagClassName
{
color: #ADB729;
}
</style>
background-color css
<style>
a { background-color: #ADB729; }
a { background-color: rgb(173,183,41); }
div.DivClassName
{
background-color: #ADB729;
}
.BgClassName
{
background-color: #ADB729;
}
</style>
border-color css
<style>
span { border-color: #ADB729; }
span { border-color: rgb(173,183,41); }
td.TdClassName
{
border-color: #ADB729;
}
.TagClassName
{
border-color: #ADB729;
}
</style>