Shades of Bahia #ADC820
Tints of Bahia #ADC820
RGB
CMYK
RGB Variations
Color information
#ADC820 (or 0xADC820) is known color: Bahia. HEX triplet: AD, C8 and 20. RGB value is (173,200,32). Sum of RGB (Red+Green+Blue) = 173+200+32=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC820 is #5237DF. Grayscale: #ADADAD. Windows color (decimal): -5388256 or 2148525. OLE color: 2148525.
HSL color Cylindrical-coordinate representation of color #ADC820: hue angle of 69.64º 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 #ADC820 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 32 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.22 |
| HSL | 69.64º | 0.72% | 0.45% | - |
| HSV(B) | 69.64º | 0.84% | 0.78% | - |
| XYZ | 38.15 | 50.3 | 9.06 | - |
| YUV | 172.78 | 48.55 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 32 | 0.14 | 0 | 0.84 | 0.22 | 69.64 | 0.72 | 0.45 |
| Hex | AD | C8 | 20 | E | 0 | 54 | 16 | 46 | 48 | 2D |
| Octal | 255 | 310 | 40 | 16 | 0 | 124 | 26 | 106 | 110 | 55 |
| Binary | 10101101 | 11001000 | 100000 | 1110 | 0 | 1010100 | 10110 | 1000110 | 1001000 | 101101 |
Color Harmonies of #ADC820
Complementary color
Monochromatic Colors of #ADC820
Black with #ADC820
Text Example
Text Example
White with #ADC820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC820; }
p { color: rgb(173,200,32); }
H1.HeaderClassName
{
color: #ADC820;
}
.AnyTagClassName
{
color: #ADC820;
}
</style>
background-color css
<style>
a { background-color: #ADC820; }
a { background-color: rgb(173,200,32); }
div.DivClassName
{
background-color: #ADC820;
}
.BgClassName
{
background-color: #ADC820;
}
</style>
border-color css
<style>
span { border-color: #ADC820; }
span { border-color: rgb(173,200,32); }
td.TdClassName
{
border-color: #ADC820;
}
.TagClassName
{
border-color: #ADC820;
}
</style>