Shades of Bahia #ADBC2D
Tints of Bahia #ADBC2D
RGB
CMYK
RGB Variations
Color information
#ADBC2D (or 0xADBC2D) is known color: Bahia. HEX triplet: AD, BC and 2D. RGB value is (173,188,45). Sum of RGB (Red+Green+Blue) = 173+188+45=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC2D is #5243D2. Grayscale: #A7A7A7. Windows color (decimal): -5391315 or 2997421. OLE color: 2997421.
HSL color Cylindrical-coordinate representation of color #ADBC2D: hue angle of 66.29º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADBC2D is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 45 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.26 |
| HSL | 66.29º | 0.61% | 0.46% | - |
| HSV(B) | 66.29º | 0.76% | 0.74% | - |
| XYZ | 35.69 | 45.04 | 9.3 | - |
| YUV | 167.21 | 59.03 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 45 | 0.08 | 0 | 0.76 | 0.26 | 66.29 | 0.61 | 0.46 |
| Hex | AD | BC | 2D | 8 | 0 | 4C | 1A | 42 | 3D | 2E |
| Octal | 255 | 274 | 55 | 10 | 0 | 114 | 32 | 102 | 75 | 56 |
| Binary | 10101101 | 10111100 | 101101 | 1000 | 0 | 1001100 | 11010 | 1000010 | 111101 | 101110 |
Color Harmonies of #ADBC2D
Complementary color
Monochromatic Colors of #ADBC2D
Black with #ADBC2D
Text Example
Text Example
White with #ADBC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC2D; }
p { color: rgb(173,188,45); }
H1.HeaderClassName
{
color: #ADBC2D;
}
.AnyTagClassName
{
color: #ADBC2D;
}
</style>
background-color css
<style>
a { background-color: #ADBC2D; }
a { background-color: rgb(173,188,45); }
div.DivClassName
{
background-color: #ADBC2D;
}
.BgClassName
{
background-color: #ADBC2D;
}
</style>
border-color css
<style>
span { border-color: #ADBC2D; }
span { border-color: rgb(173,188,45); }
td.TdClassName
{
border-color: #ADBC2D;
}
.TagClassName
{
border-color: #ADBC2D;
}
</style>