Shades of Bahia #ADBC17
Tints of Bahia #ADBC17
RGB
CMYK
RGB Variations
Color information
#ADBC17 (or 0xADBC17) is known color: Bahia. HEX triplet: AD, BC and 17. RGB value is (173,188,23). Sum of RGB (Red+Green+Blue) = 173+188+23=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBC17 is #5243E8. Grayscale: #A5A5A5. Windows color (decimal): -5391337 or 1555629. OLE color: 1555629.
HSL color Cylindrical-coordinate representation of color #ADBC17: hue angle of 65.45º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADBC17 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 23 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.26 |
| HSL | 65.45º | 0.78% | 0.41% | - |
| HSV(B) | 65.45º | 0.88% | 0.74% | - |
| XYZ | 35.37 | 44.91 | 7.62 | - |
| YUV | 164.71 | 48.03 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 23 | 0.08 | 0 | 0.88 | 0.26 | 65.45 | 0.78 | 0.41 |
| Hex | AD | BC | 17 | 8 | 0 | 58 | 1A | 41 | 4E | 29 |
| Octal | 255 | 274 | 27 | 10 | 0 | 130 | 32 | 101 | 116 | 51 |
| Binary | 10101101 | 10111100 | 10111 | 1000 | 0 | 1011000 | 11010 | 1000001 | 1001110 | 101001 |
Color Harmonies of #ADBC17
Complementary color
Monochromatic Colors of #ADBC17
Black with #ADBC17
Text Example
Text Example
White with #ADBC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC17; }
p { color: rgb(173,188,23); }
H1.HeaderClassName
{
color: #ADBC17;
}
.AnyTagClassName
{
color: #ADBC17;
}
</style>
background-color css
<style>
a { background-color: #ADBC17; }
a { background-color: rgb(173,188,23); }
div.DivClassName
{
background-color: #ADBC17;
}
.BgClassName
{
background-color: #ADBC17;
}
</style>
border-color css
<style>
span { border-color: #ADBC17; }
span { border-color: rgb(173,188,23); }
td.TdClassName
{
border-color: #ADBC17;
}
.TagClassName
{
border-color: #ADBC17;
}
</style>