Shades of Bahia #ADC816
Tints of Bahia #ADC816
RGB
CMYK
RGB Variations
Color information
#ADC816 (or 0xADC816) is known color: Bahia. HEX triplet: AD, C8 and 16. RGB value is (173,200,22). Sum of RGB (Red+Green+Blue) = 173+200+22=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 200 (78.52% from 255 or 50.63% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC816 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC816 is #5237E9. Grayscale: #ACACAC. Windows color (decimal): -5388266 or 1493165. OLE color: 1493165.
HSL color Cylindrical-coordinate representation of color #ADC816: hue angle of 69.1º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADC816 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 22 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.22 |
| HSL | 69.1º | 0.8% | 0.44% | - |
| HSV(B) | 69.1º | 0.89% | 0.78% | - |
| XYZ | 38.03 | 50.25 | 8.45 | - |
| YUV | 171.64 | 43.55 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 22 | 0.14 | 0 | 0.89 | 0.22 | 69.1 | 0.8 | 0.44 |
| Hex | AD | C8 | 16 | E | 0 | 59 | 16 | 45 | 50 | 2C |
| Octal | 255 | 310 | 26 | 16 | 0 | 131 | 26 | 105 | 120 | 54 |
| Binary | 10101101 | 11001000 | 10110 | 1110 | 0 | 1011001 | 10110 | 1000101 | 1010000 | 101100 |
Color Harmonies of #ADC816
Complementary color
Monochromatic Colors of #ADC816
Black with #ADC816
Text Example
Text Example
White with #ADC816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC816; }
p { color: rgb(173,200,22); }
H1.HeaderClassName
{
color: #ADC816;
}
.AnyTagClassName
{
color: #ADC816;
}
</style>
background-color css
<style>
a { background-color: #ADC816; }
a { background-color: rgb(173,200,22); }
div.DivClassName
{
background-color: #ADC816;
}
.BgClassName
{
background-color: #ADC816;
}
</style>
border-color css
<style>
span { border-color: #ADC816; }
span { border-color: rgb(173,200,22); }
td.TdClassName
{
border-color: #ADC816;
}
.TagClassName
{
border-color: #ADC816;
}
</style>