Shades of Bahia #ADB71D
Tints of Bahia #ADB71D
RGB
CMYK
RGB Variations
Color information
#ADB71D (or 0xADB71D) is known color: Bahia. HEX triplet: AD, B7 and 1D. RGB value is (173,183,29). Sum of RGB (Red+Green+Blue) = 173+183+29=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 183 (71.88% from 255 or 47.53% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB71D is #5248E2. Grayscale: #A3A3A3. Windows color (decimal): -5392611 or 1947565. OLE color: 1947565.
HSL color Cylindrical-coordinate representation of color #ADB71D: hue angle of 63.9º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADB71D is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 29 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.28 |
| HSL | 63.9º | 0.73% | 0.42% | - |
| HSV(B) | 63.9º | 0.84% | 0.72% | - |
| XYZ | 34.39 | 42.84 | 7.62 | - |
| YUV | 162.45 | 52.69 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 29 | 0.05 | 0 | 0.84 | 0.28 | 63.9 | 0.73 | 0.42 |
| Hex | AD | B7 | 1D | 5 | 0 | 54 | 1C | 40 | 49 | 2A |
| Octal | 255 | 267 | 35 | 5 | 0 | 124 | 34 | 100 | 111 | 52 |
| Binary | 10101101 | 10110111 | 11101 | 101 | 0 | 1010100 | 11100 | 1000000 | 1001001 | 101010 |
Color Harmonies of #ADB71D
Complementary color
Monochromatic Colors of #ADB71D
Black with #ADB71D
Text Example
Text Example
White with #ADB71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB71D; }
p { color: rgb(173,183,29); }
H1.HeaderClassName
{
color: #ADB71D;
}
.AnyTagClassName
{
color: #ADB71D;
}
</style>
background-color css
<style>
a { background-color: #ADB71D; }
a { background-color: rgb(173,183,29); }
div.DivClassName
{
background-color: #ADB71D;
}
.BgClassName
{
background-color: #ADB71D;
}
</style>
border-color css
<style>
span { border-color: #ADB71D; }
span { border-color: rgb(173,183,29); }
td.TdClassName
{
border-color: #ADB71D;
}
.TagClassName
{
border-color: #ADB71D;
}
</style>