Shades of Bahia #ADB519
Tints of Bahia #ADB519
RGB
CMYK
RGB Variations
Color information
#ADB519 (or 0xADB519) is known color: Bahia. HEX triplet: AD, B5 and 19. RGB value is (173,181,25). Sum of RGB (Red+Green+Blue) = 173+181+25=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB519 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB519 is #524AE6. Grayscale: #A1A1A1. Windows color (decimal): -5393127 or 1684909. OLE color: 1684909.
HSL color Cylindrical-coordinate representation of color #ADB519: hue angle of 63.08º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADB519 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 25 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.29 |
| HSL | 63.08º | 0.76% | 0.4% | - |
| HSV(B) | 63.08º | 0.86% | 0.71% | - |
| XYZ | 33.93 | 42 | 7.24 | - |
| YUV | 160.82 | 51.35 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 25 | 0.04 | 0 | 0.86 | 0.29 | 63.08 | 0.76 | 0.4 |
| Hex | AD | B5 | 19 | 4 | 0 | 56 | 1D | 3F | 4C | 28 |
| Octal | 255 | 265 | 31 | 4 | 0 | 126 | 35 | 77 | 114 | 50 |
| Binary | 10101101 | 10110101 | 11001 | 100 | 0 | 1010110 | 11101 | 111111 | 1001100 | 101000 |
Color Harmonies of #ADB519
Complementary color
Monochromatic Colors of #ADB519
Black with #ADB519
Text Example
Text Example
White with #ADB519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB519; }
p { color: rgb(173,181,25); }
H1.HeaderClassName
{
color: #ADB519;
}
.AnyTagClassName
{
color: #ADB519;
}
</style>
background-color css
<style>
a { background-color: #ADB519; }
a { background-color: rgb(173,181,25); }
div.DivClassName
{
background-color: #ADB519;
}
.BgClassName
{
background-color: #ADB519;
}
</style>
border-color css
<style>
span { border-color: #ADB519; }
span { border-color: rgb(173,181,25); }
td.TdClassName
{
border-color: #ADB519;
}
.TagClassName
{
border-color: #ADB519;
}
</style>