Shades of Bahia #ADC620
Tints of Bahia #ADC620
RGB
CMYK
RGB Variations
Color information
#ADC620 (or 0xADC620) is known color: Bahia. HEX triplet: AD, C6 and 20. RGB value is (173,198,32). Sum of RGB (Red+Green+Blue) = 173+198+32=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 198 (77.73% from 255 or 49.13% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC620 is #5239DF. Grayscale: #ACACAC. Windows color (decimal): -5388768 or 2148013. OLE color: 2148013.
HSL color Cylindrical-coordinate representation of color #ADC620: hue angle of 69.04º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADC620 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 32 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.22 |
| HSL | 69.04º | 0.72% | 0.45% | - |
| HSV(B) | 69.04º | 0.84% | 0.78% | - |
| XYZ | 37.69 | 49.38 | 8.91 | - |
| YUV | 171.6 | 49.22 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 32 | 0.13 | 0 | 0.84 | 0.22 | 69.04 | 0.72 | 0.45 |
| Hex | AD | C6 | 20 | D | 0 | 54 | 16 | 45 | 48 | 2D |
| Octal | 255 | 306 | 40 | 15 | 0 | 124 | 26 | 105 | 110 | 55 |
| Binary | 10101101 | 11000110 | 100000 | 1101 | 0 | 1010100 | 10110 | 1000101 | 1001000 | 101101 |
Color Harmonies of #ADC620
Complementary color
Monochromatic Colors of #ADC620
Black with #ADC620
Text Example
Text Example
White with #ADC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC620; }
p { color: rgb(173,198,32); }
H1.HeaderClassName
{
color: #ADC620;
}
.AnyTagClassName
{
color: #ADC620;
}
</style>
background-color css
<style>
a { background-color: #ADC620; }
a { background-color: rgb(173,198,32); }
div.DivClassName
{
background-color: #ADC620;
}
.BgClassName
{
background-color: #ADC620;
}
</style>
border-color css
<style>
span { border-color: #ADC620; }
span { border-color: rgb(173,198,32); }
td.TdClassName
{
border-color: #ADC620;
}
.TagClassName
{
border-color: #ADC620;
}
</style>