Shades of Bahia #ADC921
Tints of Bahia #ADC921
RGB
CMYK
RGB Variations
Color information
#ADC921 (or 0xADC921) is known color: Bahia. HEX triplet: AD, C9 and 21. RGB value is (173,201,33). Sum of RGB (Red+Green+Blue) = 173+201+33=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC921 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC921 is #5236DE. Grayscale: #AEAEAE. Windows color (decimal): -5387999 or 2214317. OLE color: 2214317.
HSL color Cylindrical-coordinate representation of color #ADC921: hue angle of 70º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADC921 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 33 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.21 |
| HSL | 70º | 0.72% | 0.46% | - |
| HSV(B) | 70º | 0.84% | 0.79% | - |
| XYZ | 38.39 | 50.77 | 9.21 | - |
| YUV | 173.48 | 48.72 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 33 | 0.14 | 0 | 0.84 | 0.21 | 70 | 0.72 | 0.46 |
| Hex | AD | C9 | 21 | E | 0 | 54 | 15 | 46 | 48 | 2E |
| Octal | 255 | 311 | 41 | 16 | 0 | 124 | 25 | 106 | 110 | 56 |
| Binary | 10101101 | 11001001 | 100001 | 1110 | 0 | 1010100 | 10101 | 1000110 | 1001000 | 101110 |
Color Harmonies of #ADC921
Complementary color
Monochromatic Colors of #ADC921
Black with #ADC921
Text Example
Text Example
White with #ADC921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC921; }
p { color: rgb(173,201,33); }
H1.HeaderClassName
{
color: #ADC921;
}
.AnyTagClassName
{
color: #ADC921;
}
</style>
background-color css
<style>
a { background-color: #ADC921; }
a { background-color: rgb(173,201,33); }
div.DivClassName
{
background-color: #ADC921;
}
.BgClassName
{
background-color: #ADC921;
}
</style>
border-color css
<style>
span { border-color: #ADC921; }
span { border-color: rgb(173,201,33); }
td.TdClassName
{
border-color: #ADC921;
}
.TagClassName
{
border-color: #ADC921;
}
</style>