Shades of Bahia #ADBC11
Tints of Bahia #ADBC11
RGB
CMYK
RGB Variations
Color information
#ADBC11 (or 0xADBC11) is known color: Bahia. HEX triplet: AD, BC and 11. RGB value is (173,188,17). Sum of RGB (Red+Green+Blue) = 173+188+17=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBC11 is #5243EE. Grayscale: #A4A4A4. Windows color (decimal): -5391343 or 1162413. OLE color: 1162413.
HSL color Cylindrical-coordinate representation of color #ADBC11: hue angle of 65.26º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADBC11 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 17 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.26 |
| HSL | 65.26º | 0.83% | 0.4% | - |
| HSV(B) | 65.26º | 0.91% | 0.74% | - |
| XYZ | 35.32 | 44.89 | 7.33 | - |
| YUV | 164.02 | 45.03 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 17 | 0.08 | 0 | 0.91 | 0.26 | 65.26 | 0.83 | 0.4 |
| Hex | AD | BC | 11 | 8 | 0 | 5B | 1A | 41 | 53 | 28 |
| Octal | 255 | 274 | 21 | 10 | 0 | 133 | 32 | 101 | 123 | 50 |
| Binary | 10101101 | 10111100 | 10001 | 1000 | 0 | 1011011 | 11010 | 1000001 | 1010011 | 101000 |
Color Harmonies of #ADBC11
Complementary color
Monochromatic Colors of #ADBC11
Black with #ADBC11
Text Example
Text Example
White with #ADBC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC11; }
p { color: rgb(173,188,17); }
H1.HeaderClassName
{
color: #ADBC11;
}
.AnyTagClassName
{
color: #ADBC11;
}
</style>
background-color css
<style>
a { background-color: #ADBC11; }
a { background-color: rgb(173,188,17); }
div.DivClassName
{
background-color: #ADBC11;
}
.BgClassName
{
background-color: #ADBC11;
}
</style>
border-color css
<style>
span { border-color: #ADBC11; }
span { border-color: rgb(173,188,17); }
td.TdClassName
{
border-color: #ADBC11;
}
.TagClassName
{
border-color: #ADBC11;
}
</style>