Shades of Bahia #ADC819
Tints of Bahia #ADC819
RGB
CMYK
RGB Variations
Color information
#ADC819 (or 0xADC819) is known color: Bahia. HEX triplet: AD, C8 and 19. RGB value is (173,200,25). Sum of RGB (Red+Green+Blue) = 173+200+25=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC819 is #5237E6. Grayscale: #ACACAC. Windows color (decimal): -5388263 or 1689773. OLE color: 1689773.
HSL color Cylindrical-coordinate representation of color #ADC819: hue angle of 69.26º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADC819 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 25 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.22 |
| HSL | 69.26º | 0.78% | 0.44% | - |
| HSV(B) | 69.26º | 0.88% | 0.78% | - |
| XYZ | 38.06 | 50.26 | 8.62 | - |
| YUV | 171.98 | 45.05 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 25 | 0.14 | 0 | 0.88 | 0.22 | 69.26 | 0.78 | 0.44 |
| Hex | AD | C8 | 19 | E | 0 | 58 | 16 | 45 | 4E | 2C |
| Octal | 255 | 310 | 31 | 16 | 0 | 130 | 26 | 105 | 116 | 54 |
| Binary | 10101101 | 11001000 | 11001 | 1110 | 0 | 1011000 | 10110 | 1000101 | 1001110 | 101100 |
Color Harmonies of #ADC819
Complementary color
Monochromatic Colors of #ADC819
Black with #ADC819
Text Example
Text Example
White with #ADC819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC819; }
p { color: rgb(173,200,25); }
H1.HeaderClassName
{
color: #ADC819;
}
.AnyTagClassName
{
color: #ADC819;
}
</style>
background-color css
<style>
a { background-color: #ADC819; }
a { background-color: rgb(173,200,25); }
div.DivClassName
{
background-color: #ADC819;
}
.BgClassName
{
background-color: #ADC819;
}
</style>
border-color css
<style>
span { border-color: #ADC819; }
span { border-color: rgb(173,200,25); }
td.TdClassName
{
border-color: #ADC819;
}
.TagClassName
{
border-color: #ADC819;
}
</style>