Shades of Bahia #ADC41D
Tints of Bahia #ADC41D
RGB
CMYK
RGB Variations
Color information
#ADC41D (or 0xADC41D) is known color: Bahia. HEX triplet: AD, C4 and 1D. RGB value is (173,196,29). Sum of RGB (Red+Green+Blue) = 173+196+29=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC41D is #523BE2. Grayscale: #AAAAAA. Windows color (decimal): -5389283 or 1950893. OLE color: 1950893.
HSL color Cylindrical-coordinate representation of color #ADC41D: hue angle of 68.26º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADC41D is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 29 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.23 |
| HSL | 68.26º | 0.74% | 0.44% | - |
| HSV(B) | 68.26º | 0.85% | 0.77% | - |
| XYZ | 37.2 | 48.45 | 8.55 | - |
| YUV | 170.09 | 48.38 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 29 | 0.12 | 0 | 0.85 | 0.23 | 68.26 | 0.74 | 0.44 |
| Hex | AD | C4 | 1D | C | 0 | 55 | 17 | 44 | 4A | 2C |
| Octal | 255 | 304 | 35 | 14 | 0 | 125 | 27 | 104 | 112 | 54 |
| Binary | 10101101 | 11000100 | 11101 | 1100 | 0 | 1010101 | 10111 | 1000100 | 1001010 | 101100 |
Color Harmonies of #ADC41D
Complementary color
Monochromatic Colors of #ADC41D
Black with #ADC41D
Text Example
Text Example
White with #ADC41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC41D; }
p { color: rgb(173,196,29); }
H1.HeaderClassName
{
color: #ADC41D;
}
.AnyTagClassName
{
color: #ADC41D;
}
</style>
background-color css
<style>
a { background-color: #ADC41D; }
a { background-color: rgb(173,196,29); }
div.DivClassName
{
background-color: #ADC41D;
}
.BgClassName
{
background-color: #ADC41D;
}
</style>
border-color css
<style>
span { border-color: #ADC41D; }
span { border-color: rgb(173,196,29); }
td.TdClassName
{
border-color: #ADC41D;
}
.TagClassName
{
border-color: #ADC41D;
}
</style>