Shades of Bahia #ADC214
Tints of Bahia #ADC214
RGB
CMYK
RGB Variations
Color information
#ADC214 (or 0xADC214) is known color: Bahia. HEX triplet: AD, C2 and 14. RGB value is (173,194,20). Sum of RGB (Red+Green+Blue) = 173+194+20=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC214 is #523DEB. Grayscale: #A8A8A8. Windows color (decimal): -5389804 or 1360557. OLE color: 1360557.
HSL color Cylindrical-coordinate representation of color #ADC214: hue angle of 67.24º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADC214 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 20 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.24 |
| HSL | 67.24º | 0.81% | 0.42% | - |
| HSV(B) | 67.24º | 0.9% | 0.76% | - |
| XYZ | 36.65 | 47.52 | 7.9 | - |
| YUV | 167.89 | 44.54 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 20 | 0.11 | 0 | 0.90 | 0.24 | 67.24 | 0.81 | 0.42 |
| Hex | AD | C2 | 14 | B | 0 | 5A | 18 | 43 | 51 | 2A |
| Octal | 255 | 302 | 24 | 13 | 0 | 132 | 30 | 103 | 121 | 52 |
| Binary | 10101101 | 11000010 | 10100 | 1011 | 0 | 1011010 | 11000 | 1000011 | 1010001 | 101010 |
Color Harmonies of #ADC214
Complementary color
Monochromatic Colors of #ADC214
Black with #ADC214
Text Example
Text Example
White with #ADC214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC214; }
p { color: rgb(173,194,20); }
H1.HeaderClassName
{
color: #ADC214;
}
.AnyTagClassName
{
color: #ADC214;
}
</style>
background-color css
<style>
a { background-color: #ADC214; }
a { background-color: rgb(173,194,20); }
div.DivClassName
{
background-color: #ADC214;
}
.BgClassName
{
background-color: #ADC214;
}
</style>
border-color css
<style>
span { border-color: #ADC214; }
span { border-color: rgb(173,194,20); }
td.TdClassName
{
border-color: #ADC214;
}
.TagClassName
{
border-color: #ADC214;
}
</style>