Shades of Bahia #ADB522
Tints of Bahia #ADB522
RGB
CMYK
RGB Variations
Color information
#ADB522 (or 0xADB522) is known color: Bahia. HEX triplet: AD, B5 and 22. RGB value is (173,181,34). Sum of RGB (Red+Green+Blue) = 173+181+34=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB522 is #524ADD. Grayscale: #A2A2A2. Windows color (decimal): -5393118 or 2274733. OLE color: 2274733.
HSL color Cylindrical-coordinate representation of color #ADB522: hue angle of 63.27º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADB522 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 34 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.29 |
| HSL | 63.27º | 0.68% | 0.42% | - |
| HSV(B) | 63.27º | 0.81% | 0.71% | - |
| XYZ | 34.05 | 42.05 | 7.83 | - |
| YUV | 161.85 | 55.85 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 34 | 0.04 | 0 | 0.81 | 0.29 | 63.27 | 0.68 | 0.42 |
| Hex | AD | B5 | 22 | 4 | 0 | 51 | 1D | 3F | 44 | 2A |
| Octal | 255 | 265 | 42 | 4 | 0 | 121 | 35 | 77 | 104 | 52 |
| Binary | 10101101 | 10110101 | 100010 | 100 | 0 | 1010001 | 11101 | 111111 | 1000100 | 101010 |
Color Harmonies of #ADB522
Complementary color
Monochromatic Colors of #ADB522
Black with #ADB522
Text Example
Text Example
White with #ADB522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB522; }
p { color: rgb(173,181,34); }
H1.HeaderClassName
{
color: #ADB522;
}
.AnyTagClassName
{
color: #ADB522;
}
</style>
background-color css
<style>
a { background-color: #ADB522; }
a { background-color: rgb(173,181,34); }
div.DivClassName
{
background-color: #ADB522;
}
.BgClassName
{
background-color: #ADB522;
}
</style>
border-color css
<style>
span { border-color: #ADB522; }
span { border-color: rgb(173,181,34); }
td.TdClassName
{
border-color: #ADB522;
}
.TagClassName
{
border-color: #ADB522;
}
</style>