Shades of Bahia #ADB719
Tints of Bahia #ADB719
RGB
CMYK
RGB Variations
Color information
#ADB719 (or 0xADB719) is known color: Bahia. HEX triplet: AD, B7 and 19. RGB value is (173,183,25). Sum of RGB (Red+Green+Blue) = 173+183+25=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB719 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB719 is #5248E6. Grayscale: #A2A2A2. Windows color (decimal): -5392615 or 1685421. OLE color: 1685421.
HSL color Cylindrical-coordinate representation of color #ADB719: hue angle of 63.8º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADB719 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 25 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.28 |
| HSL | 63.8º | 0.76% | 0.41% | - |
| HSV(B) | 63.8º | 0.86% | 0.72% | - |
| XYZ | 34.34 | 42.82 | 7.38 | - |
| YUV | 162 | 50.69 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 25 | 0.05 | 0 | 0.86 | 0.28 | 63.8 | 0.76 | 0.41 |
| Hex | AD | B7 | 19 | 5 | 0 | 56 | 1C | 40 | 4C | 29 |
| Octal | 255 | 267 | 31 | 5 | 0 | 126 | 34 | 100 | 114 | 51 |
| Binary | 10101101 | 10110111 | 11001 | 101 | 0 | 1010110 | 11100 | 1000000 | 1001100 | 101001 |
Color Harmonies of #ADB719
Complementary color
Monochromatic Colors of #ADB719
Black with #ADB719
Text Example
Text Example
White with #ADB719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB719; }
p { color: rgb(173,183,25); }
H1.HeaderClassName
{
color: #ADB719;
}
.AnyTagClassName
{
color: #ADB719;
}
</style>
background-color css
<style>
a { background-color: #ADB719; }
a { background-color: rgb(173,183,25); }
div.DivClassName
{
background-color: #ADB719;
}
.BgClassName
{
background-color: #ADB719;
}
</style>
border-color css
<style>
span { border-color: #ADB719; }
span { border-color: rgb(173,183,25); }
td.TdClassName
{
border-color: #ADB719;
}
.TagClassName
{
border-color: #ADB719;
}
</style>