Shades of Bahia #ADB724
Tints of Bahia #ADB724
RGB
CMYK
RGB Variations
Color information
#ADB724 (or 0xADB724) is known color: Bahia. HEX triplet: AD, B7 and 24. RGB value is (173,183,36). Sum of RGB (Red+Green+Blue) = 173+183+36=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB724 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB724 is #5248DB. Grayscale: #A3A3A3. Windows color (decimal): -5392604 or 2406317. OLE color: 2406317.
HSL color Cylindrical-coordinate representation of color #ADB724: hue angle of 64.08º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADB724 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 36 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.28 |
| HSL | 64.08º | 0.67% | 0.43% | - |
| HSV(B) | 64.08º | 0.8% | 0.72% | - |
| XYZ | 34.49 | 42.88 | 8.13 | - |
| YUV | 163.25 | 56.19 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 36 | 0.05 | 0 | 0.80 | 0.28 | 64.08 | 0.67 | 0.43 |
| Hex | AD | B7 | 24 | 5 | 0 | 50 | 1C | 40 | 43 | 2B |
| Octal | 255 | 267 | 44 | 5 | 0 | 120 | 34 | 100 | 103 | 53 |
| Binary | 10101101 | 10110111 | 100100 | 101 | 0 | 1010000 | 11100 | 1000000 | 1000011 | 101011 |
Color Harmonies of #ADB724
Complementary color
Monochromatic Colors of #ADB724
Black with #ADB724
Text Example
Text Example
White with #ADB724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB724; }
p { color: rgb(173,183,36); }
H1.HeaderClassName
{
color: #ADB724;
}
.AnyTagClassName
{
color: #ADB724;
}
</style>
background-color css
<style>
a { background-color: #ADB724; }
a { background-color: rgb(173,183,36); }
div.DivClassName
{
background-color: #ADB724;
}
.BgClassName
{
background-color: #ADB724;
}
</style>
border-color css
<style>
span { border-color: #ADB724; }
span { border-color: rgb(173,183,36); }
td.TdClassName
{
border-color: #ADB724;
}
.TagClassName
{
border-color: #ADB724;
}
</style>