Shades of Bahia #ADB515
Tints of Bahia #ADB515
RGB
CMYK
RGB Variations
Color information
#ADB515 (or 0xADB515) is known color: Bahia. HEX triplet: AD, B5 and 15. RGB value is (173,181,21). Sum of RGB (Red+Green+Blue) = 173+181+21=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB515 is #524AEA. Grayscale: #A1A1A1. Windows color (decimal): -5393131 or 1422765. OLE color: 1422765.
HSL color Cylindrical-coordinate representation of color #ADB515: hue angle of 63º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADB515 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 21 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.29 |
| HSL | 63º | 0.79% | 0.4% | - |
| HSV(B) | 63º | 0.88% | 0.71% | - |
| XYZ | 33.89 | 41.99 | 7.03 | - |
| YUV | 160.37 | 49.35 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 21 | 0.04 | 0 | 0.88 | 0.29 | 63 | 0.79 | 0.4 |
| Hex | AD | B5 | 15 | 4 | 0 | 58 | 1D | 3F | 4F | 28 |
| Octal | 255 | 265 | 25 | 4 | 0 | 130 | 35 | 77 | 117 | 50 |
| Binary | 10101101 | 10110101 | 10101 | 100 | 0 | 1011000 | 11101 | 111111 | 1001111 | 101000 |
Color Harmonies of #ADB515
Complementary color
Monochromatic Colors of #ADB515
Black with #ADB515
Text Example
Text Example
White with #ADB515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB515; }
p { color: rgb(173,181,21); }
H1.HeaderClassName
{
color: #ADB515;
}
.AnyTagClassName
{
color: #ADB515;
}
</style>
background-color css
<style>
a { background-color: #ADB515; }
a { background-color: rgb(173,181,21); }
div.DivClassName
{
background-color: #ADB515;
}
.BgClassName
{
background-color: #ADB515;
}
</style>
border-color css
<style>
span { border-color: #ADB515; }
span { border-color: rgb(173,181,21); }
td.TdClassName
{
border-color: #ADB515;
}
.TagClassName
{
border-color: #ADB515;
}
</style>