Shades of Bahia #ADC221
Tints of Bahia #ADC221
RGB
CMYK
RGB Variations
Color information
#ADC221 (or 0xADC221) is known color: Bahia. HEX triplet: AD, C2 and 21. RGB value is (173,194,33). Sum of RGB (Red+Green+Blue) = 173+194+33=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC221 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC221 is #523DDE. Grayscale: #A9A9A9. Windows color (decimal): -5389791 or 2212525. OLE color: 2212525.
HSL color Cylindrical-coordinate representation of color #ADC221: hue angle of 67.83º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADC221 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 33 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.24 |
| HSL | 67.83º | 0.71% | 0.45% | - |
| HSV(B) | 67.83º | 0.83% | 0.76% | - |
| XYZ | 36.8 | 47.58 | 8.68 | - |
| YUV | 169.37 | 51.04 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 33 | 0.11 | 0 | 0.83 | 0.24 | 67.83 | 0.71 | 0.45 |
| Hex | AD | C2 | 21 | B | 0 | 53 | 18 | 44 | 47 | 2D |
| Octal | 255 | 302 | 41 | 13 | 0 | 123 | 30 | 104 | 107 | 55 |
| Binary | 10101101 | 11000010 | 100001 | 1011 | 0 | 1010011 | 11000 | 1000100 | 1000111 | 101101 |
Color Harmonies of #ADC221
Complementary color
Monochromatic Colors of #ADC221
Black with #ADC221
Text Example
Text Example
White with #ADC221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC221; }
p { color: rgb(173,194,33); }
H1.HeaderClassName
{
color: #ADC221;
}
.AnyTagClassName
{
color: #ADC221;
}
</style>
background-color css
<style>
a { background-color: #ADC221; }
a { background-color: rgb(173,194,33); }
div.DivClassName
{
background-color: #ADC221;
}
.BgClassName
{
background-color: #ADC221;
}
</style>
border-color css
<style>
span { border-color: #ADC221; }
span { border-color: rgb(173,194,33); }
td.TdClassName
{
border-color: #ADC221;
}
.TagClassName
{
border-color: #ADC221;
}
</style>