Shades of Bahia #ADC212
Tints of Bahia #ADC212
RGB
CMYK
RGB Variations
Color information
#ADC212 (or 0xADC212) is known color: Bahia. HEX triplet: AD, C2 and 12. RGB value is (173,194,18). Sum of RGB (Red+Green+Blue) = 173+194+18=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC212 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC212 is #523DED. Grayscale: #A8A8A8. Windows color (decimal): -5389806 or 1229485. OLE color: 1229485.
HSL color Cylindrical-coordinate representation of color #ADC212: hue angle of 67.16º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADC212 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 18 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.24 |
| HSL | 67.16º | 0.83% | 0.42% | - |
| HSV(B) | 67.16º | 0.91% | 0.76% | - |
| XYZ | 36.63 | 47.51 | 7.81 | - |
| YUV | 167.66 | 43.54 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 18 | 0.11 | 0 | 0.91 | 0.24 | 67.16 | 0.83 | 0.42 |
| Hex | AD | C2 | 12 | B | 0 | 5B | 18 | 43 | 53 | 2A |
| Octal | 255 | 302 | 22 | 13 | 0 | 133 | 30 | 103 | 123 | 52 |
| Binary | 10101101 | 11000010 | 10010 | 1011 | 0 | 1011011 | 11000 | 1000011 | 1010011 | 101010 |
Color Harmonies of #ADC212
Complementary color
Monochromatic Colors of #ADC212
Black with #ADC212
Text Example
Text Example
White with #ADC212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC212; }
p { color: rgb(173,194,18); }
H1.HeaderClassName
{
color: #ADC212;
}
.AnyTagClassName
{
color: #ADC212;
}
</style>
background-color css
<style>
a { background-color: #ADC212; }
a { background-color: rgb(173,194,18); }
div.DivClassName
{
background-color: #ADC212;
}
.BgClassName
{
background-color: #ADC212;
}
</style>
border-color css
<style>
span { border-color: #ADC212; }
span { border-color: rgb(173,194,18); }
td.TdClassName
{
border-color: #ADC212;
}
.TagClassName
{
border-color: #ADC212;
}
</style>