Shades of Bahia #ADBC2E
Tints of Bahia #ADBC2E
RGB
CMYK
RGB Variations
Color information
#ADBC2E (or 0xADBC2E) is known color: Bahia. HEX triplet: AD, BC and 2E. RGB value is (173,188,46). Sum of RGB (Red+Green+Blue) = 173+188+46=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 46 (18.36% from 255 or 11.30% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC2E is #5243D1. Grayscale: #A7A7A7. Windows color (decimal): -5391314 or 3062957. OLE color: 3062957.
HSL color Cylindrical-coordinate representation of color #ADBC2E: hue angle of 66.34º 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 #ADBC2E is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 46 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.26 |
| HSL | 66.34º | 0.61% | 0.46% | - |
| HSV(B) | 66.34º | 0.76% | 0.74% | - |
| XYZ | 35.71 | 45.05 | 9.4 | - |
| YUV | 167.33 | 59.53 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 46 | 0.08 | 0 | 0.76 | 0.26 | 66.34 | 0.61 | 0.46 |
| Hex | AD | BC | 2E | 8 | 0 | 4C | 1A | 42 | 3D | 2E |
| Octal | 255 | 274 | 56 | 10 | 0 | 114 | 32 | 102 | 75 | 56 |
| Binary | 10101101 | 10111100 | 101110 | 1000 | 0 | 1001100 | 11010 | 1000010 | 111101 | 101110 |
Color Harmonies of #ADBC2E
Complementary color
Monochromatic Colors of #ADBC2E
Black with #ADBC2E
Text Example
Text Example
White with #ADBC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC2E; }
p { color: rgb(173,188,46); }
H1.HeaderClassName
{
color: #ADBC2E;
}
.AnyTagClassName
{
color: #ADBC2E;
}
</style>
background-color css
<style>
a { background-color: #ADBC2E; }
a { background-color: rgb(173,188,46); }
div.DivClassName
{
background-color: #ADBC2E;
}
.BgClassName
{
background-color: #ADBC2E;
}
</style>
border-color css
<style>
span { border-color: #ADBC2E; }
span { border-color: rgb(173,188,46); }
td.TdClassName
{
border-color: #ADBC2E;
}
.TagClassName
{
border-color: #ADBC2E;
}
</style>