Shades of Bahia #ADBA1D
Tints of Bahia #ADBA1D
RGB
CMYK
RGB Variations
Color information
#ADBA1D (or 0xADBA1D) is known color: Bahia. HEX triplet: AD, BA and 1D. RGB value is (173,186,29). Sum of RGB (Red+Green+Blue) = 173+186+29=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA1D is #5245E2. Grayscale: #A4A4A4. Windows color (decimal): -5391843 or 1948333. OLE color: 1948333.
HSL color Cylindrical-coordinate representation of color #ADBA1D: hue angle of 64.97º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADBA1D is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 29 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.27 |
| HSL | 64.97º | 0.73% | 0.42% | - |
| HSV(B) | 64.97º | 0.84% | 0.73% | - |
| XYZ | 35.01 | 44.09 | 7.83 | - |
| YUV | 164.22 | 51.69 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 29 | 0.07 | 0 | 0.84 | 0.27 | 64.97 | 0.73 | 0.42 |
| Hex | AD | BA | 1D | 7 | 0 | 54 | 1B | 41 | 49 | 2A |
| Octal | 255 | 272 | 35 | 7 | 0 | 124 | 33 | 101 | 111 | 52 |
| Binary | 10101101 | 10111010 | 11101 | 111 | 0 | 1010100 | 11011 | 1000001 | 1001001 | 101010 |
Color Harmonies of #ADBA1D
Complementary color
Monochromatic Colors of #ADBA1D
Black with #ADBA1D
Text Example
Text Example
White with #ADBA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA1D; }
p { color: rgb(173,186,29); }
H1.HeaderClassName
{
color: #ADBA1D;
}
.AnyTagClassName
{
color: #ADBA1D;
}
</style>
background-color css
<style>
a { background-color: #ADBA1D; }
a { background-color: rgb(173,186,29); }
div.DivClassName
{
background-color: #ADBA1D;
}
.BgClassName
{
background-color: #ADBA1D;
}
</style>
border-color css
<style>
span { border-color: #ADBA1D; }
span { border-color: rgb(173,186,29); }
td.TdClassName
{
border-color: #ADBA1D;
}
.TagClassName
{
border-color: #ADBA1D;
}
</style>