Shades of Bahia #ADB824
Tints of Bahia #ADB824
RGB
CMYK
RGB Variations
Color information
#ADB824 (or 0xADB824) is known color: Bahia. HEX triplet: AD, B8 and 24. RGB value is (173,184,36). Sum of RGB (Red+Green+Blue) = 173+184+36=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 184 (72.27% from 255 or 46.82% from 393); Blue value is 36 (14.45% from 255 or 9.16% from 393); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB824 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB824 is #5247DB. Grayscale: #A4A4A4. Windows color (decimal): -5392348 or 2406573. OLE color: 2406573.
HSL color Cylindrical-coordinate representation of color #ADB824: hue angle of 64.46º 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 #ADB824 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 36 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.28 |
| HSL | 64.46º | 0.67% | 0.43% | - |
| HSV(B) | 64.46º | 0.8% | 0.72% | - |
| XYZ | 34.69 | 43.29 | 8.2 | - |
| YUV | 163.84 | 55.86 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 36 | 0.06 | 0 | 0.80 | 0.28 | 64.46 | 0.67 | 0.43 |
| Hex | AD | B8 | 24 | 6 | 0 | 50 | 1C | 40 | 43 | 2B |
| Octal | 255 | 270 | 44 | 6 | 0 | 120 | 34 | 100 | 103 | 53 |
| Binary | 10101101 | 10111000 | 100100 | 110 | 0 | 1010000 | 11100 | 1000000 | 1000011 | 101011 |
Color Harmonies of #ADB824
Complementary color
Monochromatic Colors of #ADB824
Black with #ADB824
Text Example
Text Example
White with #ADB824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB824; }
p { color: rgb(173,184,36); }
H1.HeaderClassName
{
color: #ADB824;
}
.AnyTagClassName
{
color: #ADB824;
}
</style>
background-color css
<style>
a { background-color: #ADB824; }
a { background-color: rgb(173,184,36); }
div.DivClassName
{
background-color: #ADB824;
}
.BgClassName
{
background-color: #ADB824;
}
</style>
border-color css
<style>
span { border-color: #ADB824; }
span { border-color: rgb(173,184,36); }
td.TdClassName
{
border-color: #ADB824;
}
.TagClassName
{
border-color: #ADB824;
}
</style>