Shades of Bahia #ADBB1D
Tints of Bahia #ADBB1D
RGB
CMYK
RGB Variations
Color information
#ADBB1D (or 0xADBB1D) is known color: Bahia. HEX triplet: AD, BB and 1D. RGB value is (173,187,29). Sum of RGB (Red+Green+Blue) = 173+187+29=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB1D is #5244E2. Grayscale: #A5A5A5. Windows color (decimal): -5391587 or 1948589. OLE color: 1948589.
HSL color Cylindrical-coordinate representation of color #ADBB1D: hue angle of 65.32º 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 #ADBB1D is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 29 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.27 |
| HSL | 65.32º | 0.73% | 0.42% | - |
| HSV(B) | 65.32º | 0.84% | 0.73% | - |
| XYZ | 35.23 | 44.51 | 7.9 | - |
| YUV | 164.8 | 51.36 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 29 | 0.07 | 0 | 0.84 | 0.27 | 65.32 | 0.73 | 0.42 |
| Hex | AD | BB | 1D | 7 | 0 | 54 | 1B | 41 | 49 | 2A |
| Octal | 255 | 273 | 35 | 7 | 0 | 124 | 33 | 101 | 111 | 52 |
| Binary | 10101101 | 10111011 | 11101 | 111 | 0 | 1010100 | 11011 | 1000001 | 1001001 | 101010 |
Color Harmonies of #ADBB1D
Complementary color
Monochromatic Colors of #ADBB1D
Black with #ADBB1D
Text Example
Text Example
White with #ADBB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB1D; }
p { color: rgb(173,187,29); }
H1.HeaderClassName
{
color: #ADBB1D;
}
.AnyTagClassName
{
color: #ADBB1D;
}
</style>
background-color css
<style>
a { background-color: #ADBB1D; }
a { background-color: rgb(173,187,29); }
div.DivClassName
{
background-color: #ADBB1D;
}
.BgClassName
{
background-color: #ADBB1D;
}
</style>
border-color css
<style>
span { border-color: #ADBB1D; }
span { border-color: rgb(173,187,29); }
td.TdClassName
{
border-color: #ADBB1D;
}
.TagClassName
{
border-color: #ADBB1D;
}
</style>