Shades of Bahia #ADC719
Tints of Bahia #ADC719
RGB
CMYK
RGB Variations
Color information
#ADC719 (or 0xADC719) is known color: Bahia. HEX triplet: AD, C7 and 19. RGB value is (173,199,25). Sum of RGB (Red+Green+Blue) = 173+199+25=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 199 (78.12% from 255 or 50.13% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC719 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC719 is #5238E6. Grayscale: #ACACAC. Windows color (decimal): -5388519 or 1689517. OLE color: 1689517.
HSL color Cylindrical-coordinate representation of color #ADC719: hue angle of 68.97º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADC719 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 25 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.22 |
| HSL | 68.97º | 0.78% | 0.44% | - |
| HSV(B) | 68.97º | 0.87% | 0.78% | - |
| XYZ | 37.83 | 49.8 | 8.54 | - |
| YUV | 171.39 | 45.39 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 25 | 0.13 | 0 | 0.87 | 0.22 | 68.97 | 0.78 | 0.44 |
| Hex | AD | C7 | 19 | D | 0 | 57 | 16 | 45 | 4E | 2C |
| Octal | 255 | 307 | 31 | 15 | 0 | 127 | 26 | 105 | 116 | 54 |
| Binary | 10101101 | 11000111 | 11001 | 1101 | 0 | 1010111 | 10110 | 1000101 | 1001110 | 101100 |
Color Harmonies of #ADC719
Complementary color
Monochromatic Colors of #ADC719
Black with #ADC719
Text Example
Text Example
White with #ADC719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC719; }
p { color: rgb(173,199,25); }
H1.HeaderClassName
{
color: #ADC719;
}
.AnyTagClassName
{
color: #ADC719;
}
</style>
background-color css
<style>
a { background-color: #ADC719; }
a { background-color: rgb(173,199,25); }
div.DivClassName
{
background-color: #ADC719;
}
.BgClassName
{
background-color: #ADC719;
}
</style>
border-color css
<style>
span { border-color: #ADC719; }
span { border-color: rgb(173,199,25); }
td.TdClassName
{
border-color: #ADC719;
}
.TagClassName
{
border-color: #ADC719;
}
</style>