Shades of Bahia #ADC030
Tints of Bahia #ADC030
RGB
CMYK
RGB Variations
Color information
#ADC030 (or 0xADC030) is known color: Bahia. HEX triplet: AD, C0 and 30. RGB value is (173,192,48). Sum of RGB (Red+Green+Blue) = 173+192+48=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC030 is #523FCF. Grayscale: #AAAAAA. Windows color (decimal): -5390288 or 3195053. OLE color: 3195053.
HSL color Cylindrical-coordinate representation of color #ADC030: hue angle of 67.92º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADC030 is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 48 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.25 |
| HSL | 67.92º | 0.6% | 0.47% | - |
| HSV(B) | 67.92º | 0.75% | 0.75% | - |
| XYZ | 36.62 | 46.8 | 9.9 | - |
| YUV | 169.9 | 59.21 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 48 | 0.10 | 0 | 0.75 | 0.25 | 67.92 | 0.6 | 0.47 |
| Hex | AD | C0 | 30 | A | 0 | 4B | 19 | 44 | 3C | 2F |
| Octal | 255 | 300 | 60 | 12 | 0 | 113 | 31 | 104 | 74 | 57 |
| Binary | 10101101 | 11000000 | 110000 | 1010 | 0 | 1001011 | 11001 | 1000100 | 111100 | 101111 |
Color Harmonies of #ADC030
Complementary color
Monochromatic Colors of #ADC030
Black with #ADC030
Text Example
Text Example
White with #ADC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC030; }
p { color: rgb(173,192,48); }
H1.HeaderClassName
{
color: #ADC030;
}
.AnyTagClassName
{
color: #ADC030;
}
</style>
background-color css
<style>
a { background-color: #ADC030; }
a { background-color: rgb(173,192,48); }
div.DivClassName
{
background-color: #ADC030;
}
.BgClassName
{
background-color: #ADC030;
}
</style>
border-color css
<style>
span { border-color: #ADC030; }
span { border-color: rgb(173,192,48); }
td.TdClassName
{
border-color: #ADC030;
}
.TagClassName
{
border-color: #ADC030;
}
</style>