Shades of Bahia #ADBC1D
Tints of Bahia #ADBC1D
RGB
CMYK
RGB Variations
Color information
#ADBC1D (or 0xADBC1D) is known color: Bahia. HEX triplet: AD, BC and 1D. RGB value is (173,188,29). Sum of RGB (Red+Green+Blue) = 173+188+29=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC1D is #5243E2. Grayscale: #A6A6A6. Windows color (decimal): -5391331 or 1948845. OLE color: 1948845.
HSL color Cylindrical-coordinate representation of color #ADBC1D: hue angle of 65.66º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADBC1D is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 29 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.26 |
| HSL | 65.66º | 0.73% | 0.43% | - |
| HSV(B) | 65.66º | 0.85% | 0.74% | - |
| XYZ | 35.44 | 44.94 | 7.97 | - |
| YUV | 165.39 | 51.03 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 29 | 0.08 | 0 | 0.85 | 0.26 | 65.66 | 0.73 | 0.43 |
| Hex | AD | BC | 1D | 8 | 0 | 55 | 1A | 42 | 49 | 2B |
| Octal | 255 | 274 | 35 | 10 | 0 | 125 | 32 | 102 | 111 | 53 |
| Binary | 10101101 | 10111100 | 11101 | 1000 | 0 | 1010101 | 11010 | 1000010 | 1001001 | 101011 |
Color Harmonies of #ADBC1D
Complementary color
Monochromatic Colors of #ADBC1D
Black with #ADBC1D
Text Example
Text Example
White with #ADBC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC1D; }
p { color: rgb(173,188,29); }
H1.HeaderClassName
{
color: #ADBC1D;
}
.AnyTagClassName
{
color: #ADBC1D;
}
</style>
background-color css
<style>
a { background-color: #ADBC1D; }
a { background-color: rgb(173,188,29); }
div.DivClassName
{
background-color: #ADBC1D;
}
.BgClassName
{
background-color: #ADBC1D;
}
</style>
border-color css
<style>
span { border-color: #ADBC1D; }
span { border-color: rgb(173,188,29); }
td.TdClassName
{
border-color: #ADBC1D;
}
.TagClassName
{
border-color: #ADBC1D;
}
</style>