Shades of Bahia #ADB61D
Tints of Bahia #ADB61D
RGB
CMYK
RGB Variations
Color information
#ADB61D (or 0xADB61D) is known color: Bahia. HEX triplet: AD, B6 and 1D. RGB value is (173,182,29). Sum of RGB (Red+Green+Blue) = 173+182+29=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 182 (71.48% from 255 or 47.40% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB61D is #5249E2. Grayscale: #A2A2A2. Windows color (decimal): -5392867 or 1947309. OLE color: 1947309.
HSL color Cylindrical-coordinate representation of color #ADB61D: hue angle of 63.53º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADB61D is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 29 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.29 |
| HSL | 63.53º | 0.73% | 0.41% | - |
| HSV(B) | 63.53º | 0.84% | 0.71% | - |
| XYZ | 34.18 | 42.43 | 7.55 | - |
| YUV | 161.87 | 53.02 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 29 | 0.05 | 0 | 0.84 | 0.29 | 63.53 | 0.73 | 0.41 |
| Hex | AD | B6 | 1D | 5 | 0 | 54 | 1D | 40 | 49 | 29 |
| Octal | 255 | 266 | 35 | 5 | 0 | 124 | 35 | 100 | 111 | 51 |
| Binary | 10101101 | 10110110 | 11101 | 101 | 0 | 1010100 | 11101 | 1000000 | 1001001 | 101001 |
Color Harmonies of #ADB61D
Complementary color
Monochromatic Colors of #ADB61D
Black with #ADB61D
Text Example
Text Example
White with #ADB61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB61D; }
p { color: rgb(173,182,29); }
H1.HeaderClassName
{
color: #ADB61D;
}
.AnyTagClassName
{
color: #ADB61D;
}
</style>
background-color css
<style>
a { background-color: #ADB61D; }
a { background-color: rgb(173,182,29); }
div.DivClassName
{
background-color: #ADB61D;
}
.BgClassName
{
background-color: #ADB61D;
}
</style>
border-color css
<style>
span { border-color: #ADB61D; }
span { border-color: rgb(173,182,29); }
td.TdClassName
{
border-color: #ADB61D;
}
.TagClassName
{
border-color: #ADB61D;
}
</style>