Shades of Bahia #ADC71D
Tints of Bahia #ADC71D
RGB
CMYK
RGB Variations
Color information
#ADC71D (or 0xADC71D) is known color: Bahia. HEX triplet: AD, C7 and 1D. RGB value is (173,199,29). Sum of RGB (Red+Green+Blue) = 173+199+29=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC71D is #5238E2. Grayscale: #ACACAC. Windows color (decimal): -5388515 or 1951661. OLE color: 1951661.
HSL color Cylindrical-coordinate representation of color #ADC71D: hue angle of 69.18º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADC71D is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 29 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.22 |
| HSL | 69.18º | 0.75% | 0.45% | - |
| HSV(B) | 69.18º | 0.85% | 0.78% | - |
| XYZ | 37.88 | 49.82 | 8.78 | - |
| YUV | 171.85 | 47.39 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 29 | 0.13 | 0 | 0.85 | 0.22 | 69.18 | 0.75 | 0.45 |
| Hex | AD | C7 | 1D | D | 0 | 55 | 16 | 45 | 4B | 2D |
| Octal | 255 | 307 | 35 | 15 | 0 | 125 | 26 | 105 | 113 | 55 |
| Binary | 10101101 | 11000111 | 11101 | 1101 | 0 | 1010101 | 10110 | 1000101 | 1001011 | 101101 |
Color Harmonies of #ADC71D
Complementary color
Monochromatic Colors of #ADC71D
Black with #ADC71D
Text Example
Text Example
White with #ADC71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC71D; }
p { color: rgb(173,199,29); }
H1.HeaderClassName
{
color: #ADC71D;
}
.AnyTagClassName
{
color: #ADC71D;
}
</style>
background-color css
<style>
a { background-color: #ADC71D; }
a { background-color: rgb(173,199,29); }
div.DivClassName
{
background-color: #ADC71D;
}
.BgClassName
{
background-color: #ADC71D;
}
</style>
border-color css
<style>
span { border-color: #ADC71D; }
span { border-color: rgb(173,199,29); }
td.TdClassName
{
border-color: #ADC71D;
}
.TagClassName
{
border-color: #ADC71D;
}
</style>