Shades of Bahia #ADB715
Tints of Bahia #ADB715
RGB
CMYK
RGB Variations
Color information
#ADB715 (or 0xADB715) is known color: Bahia. HEX triplet: AD, B7 and 15. RGB value is (173,183,21). Sum of RGB (Red+Green+Blue) = 173+183+21=377 (49% of max value = 765). Red value is 173 (67.97% from 255 or 45.89% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB715 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADB715 is #5248EA. Grayscale: #A2A2A2. Windows color (decimal): -5392619 or 1423277. OLE color: 1423277.
HSL color Cylindrical-coordinate representation of color #ADB715: hue angle of 63.7º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADB715 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 21 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.28 |
| HSL | 63.7º | 0.79% | 0.4% | - |
| HSV(B) | 63.7º | 0.89% | 0.72% | - |
| XYZ | 34.3 | 42.81 | 7.16 | - |
| YUV | 161.54 | 48.69 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 21 | 0.05 | 0 | 0.89 | 0.28 | 63.7 | 0.79 | 0.4 |
| Hex | AD | B7 | 15 | 5 | 0 | 59 | 1C | 40 | 4F | 28 |
| Octal | 255 | 267 | 25 | 5 | 0 | 131 | 34 | 100 | 117 | 50 |
| Binary | 10101101 | 10110111 | 10101 | 101 | 0 | 1011001 | 11100 | 1000000 | 1001111 | 101000 |
Color Harmonies of #ADB715
Complementary color
Monochromatic Colors of #ADB715
Black with #ADB715
Text Example
Text Example
White with #ADB715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB715; }
p { color: rgb(173,183,21); }
H1.HeaderClassName
{
color: #ADB715;
}
.AnyTagClassName
{
color: #ADB715;
}
</style>
background-color css
<style>
a { background-color: #ADB715; }
a { background-color: rgb(173,183,21); }
div.DivClassName
{
background-color: #ADB715;
}
.BgClassName
{
background-color: #ADB715;
}
</style>
border-color css
<style>
span { border-color: #ADB715; }
span { border-color: rgb(173,183,21); }
td.TdClassName
{
border-color: #ADB715;
}
.TagClassName
{
border-color: #ADB715;
}
</style>