Shades of Bahia #ADB520
Tints of Bahia #ADB520
RGB
CMYK
RGB Variations
Color information
#ADB520 (or 0xADB520) is known color: Bahia. HEX triplet: AD, B5 and 20. RGB value is (173,181,32). Sum of RGB (Red+Green+Blue) = 173+181+32=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB520 is #524ADF. Grayscale: #A2A2A2. Windows color (decimal): -5393120 or 2143661. OLE color: 2143661.
HSL color Cylindrical-coordinate representation of color #ADB520: hue angle of 63.22º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADB520 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 32 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.29 |
| HSL | 63.22º | 0.7% | 0.42% | - |
| HSV(B) | 63.22º | 0.82% | 0.71% | - |
| XYZ | 34.02 | 42.04 | 7.69 | - |
| YUV | 161.62 | 54.85 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 32 | 0.04 | 0 | 0.82 | 0.29 | 63.22 | 0.7 | 0.42 |
| Hex | AD | B5 | 20 | 4 | 0 | 52 | 1D | 3F | 46 | 2A |
| Octal | 255 | 265 | 40 | 4 | 0 | 122 | 35 | 77 | 106 | 52 |
| Binary | 10101101 | 10110101 | 100000 | 100 | 0 | 1010010 | 11101 | 111111 | 1000110 | 101010 |
Color Harmonies of #ADB520
Complementary color
Monochromatic Colors of #ADB520
Black with #ADB520
Text Example
Text Example
White with #ADB520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB520; }
p { color: rgb(173,181,32); }
H1.HeaderClassName
{
color: #ADB520;
}
.AnyTagClassName
{
color: #ADB520;
}
</style>
background-color css
<style>
a { background-color: #ADB520; }
a { background-color: rgb(173,181,32); }
div.DivClassName
{
background-color: #ADB520;
}
.BgClassName
{
background-color: #ADB520;
}
</style>
border-color css
<style>
span { border-color: #ADB520; }
span { border-color: rgb(173,181,32); }
td.TdClassName
{
border-color: #ADB520;
}
.TagClassName
{
border-color: #ADB520;
}
</style>