Shades of Bahia #ADB413
Tints of Bahia #ADB413
RGB
CMYK
RGB Variations
Color information
#ADB413 (or 0xADB413) is known color: Bahia. HEX triplet: AD, B4 and 13. RGB value is (173,180,19). Sum of RGB (Red+Green+Blue) = 173+180+19=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB413 is #524BEC. Grayscale: #A0A0A0. Windows color (decimal): -5393389 or 1291437. OLE color: 1291437.
HSL color Cylindrical-coordinate representation of color #ADB413: hue angle of 62.61º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADB413 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 180 | 19 | - |
| CMYK | 0.04 | 0 | 0.89 | 0.29 |
| HSL | 62.61º | 0.81% | 0.39% | - |
| HSV(B) | 62.61º | 0.89% | 0.71% | - |
| XYZ | 33.67 | 41.57 | 6.87 | - |
| YUV | 159.55 | 48.68 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 180 | 19 | 0.04 | 0 | 0.89 | 0.29 | 62.61 | 0.81 | 0.39 |
| Hex | AD | B4 | 13 | 4 | 0 | 59 | 1D | 3F | 51 | 27 |
| Octal | 255 | 264 | 23 | 4 | 0 | 131 | 35 | 77 | 121 | 47 |
| Binary | 10101101 | 10110100 | 10011 | 100 | 0 | 1011001 | 11101 | 111111 | 1010001 | 100111 |
Color Harmonies of #ADB413
Complementary color
Monochromatic Colors of #ADB413
Black with #ADB413
Text Example
Text Example
White with #ADB413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB413; }
p { color: rgb(173,180,19); }
H1.HeaderClassName
{
color: #ADB413;
}
.AnyTagClassName
{
color: #ADB413;
}
</style>
background-color css
<style>
a { background-color: #ADB413; }
a { background-color: rgb(173,180,19); }
div.DivClassName
{
background-color: #ADB413;
}
.BgClassName
{
background-color: #ADB413;
}
</style>
border-color css
<style>
span { border-color: #ADB413; }
span { border-color: rgb(173,180,19); }
td.TdClassName
{
border-color: #ADB413;
}
.TagClassName
{
border-color: #ADB413;
}
</style>