Shades of Bahia #ADBD19
Tints of Bahia #ADBD19
RGB
CMYK
RGB Variations
Color information
#ADBD19 (or 0xADBD19) is known color: Bahia. HEX triplet: AD, BD and 19. RGB value is (173,189,25). Sum of RGB (Red+Green+Blue) = 173+189+25=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBD19 is #5242E6. Grayscale: #A6A6A6. Windows color (decimal): -5391079 or 1686957. OLE color: 1686957.
HSL color Cylindrical-coordinate representation of color #ADBD19: hue angle of 65.85º 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 #ADBD19 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 25 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.26 |
| HSL | 65.85º | 0.77% | 0.42% | - |
| HSV(B) | 65.85º | 0.87% | 0.74% | - |
| XYZ | 35.61 | 45.35 | 7.8 | - |
| YUV | 165.52 | 48.7 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 25 | 0.08 | 0 | 0.87 | 0.26 | 65.85 | 0.77 | 0.42 |
| Hex | AD | BD | 19 | 8 | 0 | 57 | 1A | 42 | 4D | 2A |
| Octal | 255 | 275 | 31 | 10 | 0 | 127 | 32 | 102 | 115 | 52 |
| Binary | 10101101 | 10111101 | 11001 | 1000 | 0 | 1010111 | 11010 | 1000010 | 1001101 | 101010 |
Color Harmonies of #ADBD19
Complementary color
Monochromatic Colors of #ADBD19
Black with #ADBD19
Text Example
Text Example
White with #ADBD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD19; }
p { color: rgb(173,189,25); }
H1.HeaderClassName
{
color: #ADBD19;
}
.AnyTagClassName
{
color: #ADBD19;
}
</style>
background-color css
<style>
a { background-color: #ADBD19; }
a { background-color: rgb(173,189,25); }
div.DivClassName
{
background-color: #ADBD19;
}
.BgClassName
{
background-color: #ADBD19;
}
</style>
border-color css
<style>
span { border-color: #ADBD19; }
span { border-color: rgb(173,189,25); }
td.TdClassName
{
border-color: #ADBD19;
}
.TagClassName
{
border-color: #ADBD19;
}
</style>