Shades of Bahia #ADC619
Tints of Bahia #ADC619
RGB
CMYK
RGB Variations
Color information
#ADC619 (or 0xADC619) is known color: Bahia. HEX triplet: AD, C6 and 19. RGB value is (173,198,25). Sum of RGB (Red+Green+Blue) = 173+198+25=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 198 (77.73% from 255 or 50% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC619 is #5239E6. Grayscale: #ABABAB. Windows color (decimal): -5388775 or 1689261. OLE color: 1689261.
HSL color Cylindrical-coordinate representation of color #ADC619: hue angle of 68.67º 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 #ADC619 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 25 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.22 |
| HSL | 68.67º | 0.78% | 0.44% | - |
| HSV(B) | 68.67º | 0.87% | 0.78% | - |
| XYZ | 37.6 | 49.34 | 8.46 | - |
| YUV | 170.8 | 45.72 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 25 | 0.13 | 0 | 0.87 | 0.22 | 68.67 | 0.78 | 0.44 |
| Hex | AD | C6 | 19 | D | 0 | 57 | 16 | 45 | 4E | 2C |
| Octal | 255 | 306 | 31 | 15 | 0 | 127 | 26 | 105 | 116 | 54 |
| Binary | 10101101 | 11000110 | 11001 | 1101 | 0 | 1010111 | 10110 | 1000101 | 1001110 | 101100 |
Color Harmonies of #ADC619
Complementary color
Monochromatic Colors of #ADC619
Black with #ADC619
Text Example
Text Example
White with #ADC619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC619; }
p { color: rgb(173,198,25); }
H1.HeaderClassName
{
color: #ADC619;
}
.AnyTagClassName
{
color: #ADC619;
}
</style>
background-color css
<style>
a { background-color: #ADC619; }
a { background-color: rgb(173,198,25); }
div.DivClassName
{
background-color: #ADC619;
}
.BgClassName
{
background-color: #ADC619;
}
</style>
border-color css
<style>
span { border-color: #ADC619; }
span { border-color: rgb(173,198,25); }
td.TdClassName
{
border-color: #ADC619;
}
.TagClassName
{
border-color: #ADC619;
}
</style>