Shades of Bahia #ADC812
Tints of Bahia #ADC812
RGB
CMYK
RGB Variations
Color information
#ADC812 (or 0xADC812) is known color: Bahia. HEX triplet: AD, C8 and 12. RGB value is (173,200,18). Sum of RGB (Red+Green+Blue) = 173+200+18=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 200 (78.52% from 255 or 51.15% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC812 is #5237ED. Grayscale: #ABABAB. Windows color (decimal): -5388270 or 1231021. OLE color: 1231021.
HSL color Cylindrical-coordinate representation of color #ADC812: hue angle of 68.9º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ADC812 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 18 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.22 |
| HSL | 68.9º | 0.83% | 0.43% | - |
| HSV(B) | 68.9º | 0.91% | 0.78% | - |
| XYZ | 38 | 50.24 | 8.27 | - |
| YUV | 171.18 | 41.55 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 18 | 0.14 | 0 | 0.91 | 0.22 | 68.9 | 0.83 | 0.43 |
| Hex | AD | C8 | 12 | E | 0 | 5B | 16 | 45 | 53 | 2B |
| Octal | 255 | 310 | 22 | 16 | 0 | 133 | 26 | 105 | 123 | 53 |
| Binary | 10101101 | 11001000 | 10010 | 1110 | 0 | 1011011 | 10110 | 1000101 | 1010011 | 101011 |
Color Harmonies of #ADC812
Complementary color
Monochromatic Colors of #ADC812
Black with #ADC812
Text Example
Text Example
White with #ADC812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC812; }
p { color: rgb(173,200,18); }
H1.HeaderClassName
{
color: #ADC812;
}
.AnyTagClassName
{
color: #ADC812;
}
</style>
background-color css
<style>
a { background-color: #ADC812; }
a { background-color: rgb(173,200,18); }
div.DivClassName
{
background-color: #ADC812;
}
.BgClassName
{
background-color: #ADC812;
}
</style>
border-color css
<style>
span { border-color: #ADC812; }
span { border-color: rgb(173,200,18); }
td.TdClassName
{
border-color: #ADC812;
}
.TagClassName
{
border-color: #ADC812;
}
</style>