Shades of Bahia #ADC220
Tints of Bahia #ADC220
RGB
CMYK
RGB Variations
Color information
#ADC220 (or 0xADC220) is known color: Bahia. HEX triplet: AD, C2 and 20. RGB value is (173,194,32). Sum of RGB (Red+Green+Blue) = 173+194+32=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC220 is #523DDF. Grayscale: #A9A9A9. Windows color (decimal): -5389792 or 2146989. OLE color: 2146989.
HSL color Cylindrical-coordinate representation of color #ADC220: hue angle of 67.78º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADC220 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 32 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.24 |
| HSL | 67.78º | 0.72% | 0.44% | - |
| HSV(B) | 67.78º | 0.84% | 0.76% | - |
| XYZ | 36.79 | 47.57 | 8.61 | - |
| YUV | 169.25 | 50.54 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 32 | 0.11 | 0 | 0.84 | 0.24 | 67.78 | 0.72 | 0.44 |
| Hex | AD | C2 | 20 | B | 0 | 54 | 18 | 44 | 48 | 2C |
| Octal | 255 | 302 | 40 | 13 | 0 | 124 | 30 | 104 | 110 | 54 |
| Binary | 10101101 | 11000010 | 100000 | 1011 | 0 | 1010100 | 11000 | 1000100 | 1001000 | 101100 |
Color Harmonies of #ADC220
Complementary color
Monochromatic Colors of #ADC220
Black with #ADC220
Text Example
Text Example
White with #ADC220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC220; }
p { color: rgb(173,194,32); }
H1.HeaderClassName
{
color: #ADC220;
}
.AnyTagClassName
{
color: #ADC220;
}
</style>
background-color css
<style>
a { background-color: #ADC220; }
a { background-color: rgb(173,194,32); }
div.DivClassName
{
background-color: #ADC220;
}
.BgClassName
{
background-color: #ADC220;
}
</style>
border-color css
<style>
span { border-color: #ADC220; }
span { border-color: rgb(173,194,32); }
td.TdClassName
{
border-color: #ADC220;
}
.TagClassName
{
border-color: #ADC220;
}
</style>