Shades of Bahia #ADBC1E
Tints of Bahia #ADBC1E
RGB
CMYK
RGB Variations
Color information
#ADBC1E (or 0xADBC1E) is known color: Bahia. HEX triplet: AD, BC and 1E. RGB value is (173,188,30). Sum of RGB (Red+Green+Blue) = 173+188+30=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC1E is #5243E1. Grayscale: #A6A6A6. Windows color (decimal): -5391330 or 2014381. OLE color: 2014381.
HSL color Cylindrical-coordinate representation of color #ADBC1E: hue angle of 65.7º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADBC1E is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 30 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.26 |
| HSL | 65.7º | 0.72% | 0.43% | - |
| HSV(B) | 65.7º | 0.84% | 0.74% | - |
| XYZ | 35.45 | 44.94 | 8.03 | - |
| YUV | 165.5 | 51.53 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 30 | 0.08 | 0 | 0.84 | 0.26 | 65.7 | 0.72 | 0.43 |
| Hex | AD | BC | 1E | 8 | 0 | 54 | 1A | 42 | 48 | 2B |
| Octal | 255 | 274 | 36 | 10 | 0 | 124 | 32 | 102 | 110 | 53 |
| Binary | 10101101 | 10111100 | 11110 | 1000 | 0 | 1010100 | 11010 | 1000010 | 1001000 | 101011 |
Color Harmonies of #ADBC1E
Complementary color
Monochromatic Colors of #ADBC1E
Black with #ADBC1E
Text Example
Text Example
White with #ADBC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC1E; }
p { color: rgb(173,188,30); }
H1.HeaderClassName
{
color: #ADBC1E;
}
.AnyTagClassName
{
color: #ADBC1E;
}
</style>
background-color css
<style>
a { background-color: #ADBC1E; }
a { background-color: rgb(173,188,30); }
div.DivClassName
{
background-color: #ADBC1E;
}
.BgClassName
{
background-color: #ADBC1E;
}
</style>
border-color css
<style>
span { border-color: #ADBC1E; }
span { border-color: rgb(173,188,30); }
td.TdClassName
{
border-color: #ADBC1E;
}
.TagClassName
{
border-color: #ADBC1E;
}
</style>