Shades of Bahia #ADC811
Tints of Bahia #ADC811
RGB
CMYK
RGB Variations
Color information
#ADC811 (or 0xADC811) is known color: Bahia. HEX triplet: AD, C8 and 11. RGB value is (173,200,17). Sum of RGB (Red+Green+Blue) = 173+200+17=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 200 (78.52% from 255 or 51.28% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC811 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC811 is #5237EE. Grayscale: #ABABAB. Windows color (decimal): -5388271 or 1165485. OLE color: 1165485.
HSL color Cylindrical-coordinate representation of color #ADC811: hue angle of 68.85º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADC811 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 17 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.22 |
| HSL | 68.85º | 0.84% | 0.43% | - |
| HSV(B) | 68.85º | 0.92% | 0.78% | - |
| XYZ | 37.99 | 50.23 | 8.22 | - |
| YUV | 171.07 | 41.05 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 17 | 0.14 | 0 | 0.92 | 0.22 | 68.85 | 0.84 | 0.43 |
| Hex | AD | C8 | 11 | E | 0 | 5C | 16 | 45 | 54 | 2B |
| Octal | 255 | 310 | 21 | 16 | 0 | 134 | 26 | 105 | 124 | 53 |
| Binary | 10101101 | 11001000 | 10001 | 1110 | 0 | 1011100 | 10110 | 1000101 | 1010100 | 101011 |
Color Harmonies of #ADC811
Complementary color
Monochromatic Colors of #ADC811
Black with #ADC811
Text Example
Text Example
White with #ADC811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC811; }
p { color: rgb(173,200,17); }
H1.HeaderClassName
{
color: #ADC811;
}
.AnyTagClassName
{
color: #ADC811;
}
</style>
background-color css
<style>
a { background-color: #ADC811; }
a { background-color: rgb(173,200,17); }
div.DivClassName
{
background-color: #ADC811;
}
.BgClassName
{
background-color: #ADC811;
}
</style>
border-color css
<style>
span { border-color: #ADC811; }
span { border-color: rgb(173,200,17); }
td.TdClassName
{
border-color: #ADC811;
}
.TagClassName
{
border-color: #ADC811;
}
</style>