Shades of Bahia #ADC031
Tints of Bahia #ADC031
RGB
CMYK
RGB Variations
Color information
#ADC031 (or 0xADC031) is known color: Bahia. HEX triplet: AD, C0 and 31. RGB value is (173,192,49). Sum of RGB (Red+Green+Blue) = 173+192+49=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC031 is #523FCE. Grayscale: #AAAAAA. Windows color (decimal): -5390287 or 3260589. OLE color: 3260589.
HSL color Cylindrical-coordinate representation of color #ADC031: hue angle of 67.97º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADC031 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 49 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.25 |
| HSL | 67.97º | 0.59% | 0.47% | - |
| HSV(B) | 67.97º | 0.74% | 0.75% | - |
| XYZ | 36.64 | 46.81 | 10.01 | - |
| YUV | 170.02 | 59.71 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 49 | 0.10 | 0 | 0.74 | 0.25 | 67.97 | 0.59 | 0.47 |
| Hex | AD | C0 | 31 | A | 0 | 4A | 19 | 44 | 3B | 2F |
| Octal | 255 | 300 | 61 | 12 | 0 | 112 | 31 | 104 | 73 | 57 |
| Binary | 10101101 | 11000000 | 110001 | 1010 | 0 | 1001010 | 11001 | 1000100 | 111011 | 101111 |
Color Harmonies of #ADC031
Complementary color
Monochromatic Colors of #ADC031
Black with #ADC031
Text Example
Text Example
White with #ADC031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC031; }
p { color: rgb(173,192,49); }
H1.HeaderClassName
{
color: #ADC031;
}
.AnyTagClassName
{
color: #ADC031;
}
</style>
background-color css
<style>
a { background-color: #ADC031; }
a { background-color: rgb(173,192,49); }
div.DivClassName
{
background-color: #ADC031;
}
.BgClassName
{
background-color: #ADC031;
}
</style>
border-color css
<style>
span { border-color: #ADC031; }
span { border-color: rgb(173,192,49); }
td.TdClassName
{
border-color: #ADC031;
}
.TagClassName
{
border-color: #ADC031;
}
</style>