Shades of Bahia #ADBC19
Tints of Bahia #ADBC19
RGB
CMYK
RGB Variations
Color information
#ADBC19 (or 0xADBC19) is known color: Bahia. HEX triplet: AD, BC and 19. RGB value is (173,188,25). Sum of RGB (Red+Green+Blue) = 173+188+25=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 25 (10.16% from 255 or 6.48% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBC19 is #5243E6. Grayscale: #A5A5A5. Windows color (decimal): -5391335 or 1686701. OLE color: 1686701.
HSL color Cylindrical-coordinate representation of color #ADBC19: hue angle of 65.52º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADBC19 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 25 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.26 |
| HSL | 65.52º | 0.77% | 0.42% | - |
| HSV(B) | 65.52º | 0.87% | 0.74% | - |
| XYZ | 35.39 | 44.92 | 7.72 | - |
| YUV | 164.93 | 49.03 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 25 | 0.08 | 0 | 0.87 | 0.26 | 65.52 | 0.77 | 0.42 |
| Hex | AD | BC | 19 | 8 | 0 | 57 | 1A | 42 | 4D | 2A |
| Octal | 255 | 274 | 31 | 10 | 0 | 127 | 32 | 102 | 115 | 52 |
| Binary | 10101101 | 10111100 | 11001 | 1000 | 0 | 1010111 | 11010 | 1000010 | 1001101 | 101010 |
Color Harmonies of #ADBC19
Complementary color
Monochromatic Colors of #ADBC19
Black with #ADBC19
Text Example
Text Example
White with #ADBC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC19; }
p { color: rgb(173,188,25); }
H1.HeaderClassName
{
color: #ADBC19;
}
.AnyTagClassName
{
color: #ADBC19;
}
</style>
background-color css
<style>
a { background-color: #ADBC19; }
a { background-color: rgb(173,188,25); }
div.DivClassName
{
background-color: #ADBC19;
}
.BgClassName
{
background-color: #ADBC19;
}
</style>
border-color css
<style>
span { border-color: #ADBC19; }
span { border-color: rgb(173,188,25); }
td.TdClassName
{
border-color: #ADBC19;
}
.TagClassName
{
border-color: #ADBC19;
}
</style>