Shades of Bahia #ADBD17
Tints of Bahia #ADBD17
RGB
CMYK
RGB Variations
Color information
#ADBD17 (or 0xADBD17) is known color: Bahia. HEX triplet: AD, BD and 17. RGB value is (173,189,23). Sum of RGB (Red+Green+Blue) = 173+189+23=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 189 (74.22% from 255 or 49.09% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBD17 is #5242E8. Grayscale: #A5A5A5. Windows color (decimal): -5391081 or 1555885. OLE color: 1555885.
HSL color Cylindrical-coordinate representation of color #ADBD17: hue angle of 65.78º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADBD17 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 23 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.26 |
| HSL | 65.78º | 0.78% | 0.42% | - |
| HSV(B) | 65.78º | 0.88% | 0.74% | - |
| XYZ | 35.59 | 45.34 | 7.69 | - |
| YUV | 165.29 | 47.7 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 23 | 0.08 | 0 | 0.88 | 0.26 | 65.78 | 0.78 | 0.42 |
| Hex | AD | BD | 17 | 8 | 0 | 58 | 1A | 42 | 4E | 2A |
| Octal | 255 | 275 | 27 | 10 | 0 | 130 | 32 | 102 | 116 | 52 |
| Binary | 10101101 | 10111101 | 10111 | 1000 | 0 | 1011000 | 11010 | 1000010 | 1001110 | 101010 |
Color Harmonies of #ADBD17
Complementary color
Monochromatic Colors of #ADBD17
Black with #ADBD17
Text Example
Text Example
White with #ADBD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD17; }
p { color: rgb(173,189,23); }
H1.HeaderClassName
{
color: #ADBD17;
}
.AnyTagClassName
{
color: #ADBD17;
}
</style>
background-color css
<style>
a { background-color: #ADBD17; }
a { background-color: rgb(173,189,23); }
div.DivClassName
{
background-color: #ADBD17;
}
.BgClassName
{
background-color: #ADBD17;
}
</style>
border-color css
<style>
span { border-color: #ADBD17; }
span { border-color: rgb(173,189,23); }
td.TdClassName
{
border-color: #ADBD17;
}
.TagClassName
{
border-color: #ADBD17;
}
</style>