Shades of Bahia #ADC52F
Tints of Bahia #ADC52F
RGB
CMYK
RGB Variations
Color information
#ADC52F (or 0xADC52F) is known color: Bahia. HEX triplet: AD, C5 and 2F. RGB value is (173,197,47). Sum of RGB (Red+Green+Blue) = 173+197+47=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC52F is #523AD0. Grayscale: #ADADAD. Windows color (decimal): -5389009 or 3130797. OLE color: 3130797.
HSL color Cylindrical-coordinate representation of color #ADC52F: hue angle of 69.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADC52F is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 47 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.23 |
| HSL | 69.6º | 0.61% | 0.48% | - |
| HSV(B) | 69.6º | 0.76% | 0.77% | - |
| XYZ | 37.71 | 49.02 | 10.16 | - |
| YUV | 172.72 | 57.05 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 47 | 0.12 | 0 | 0.76 | 0.23 | 69.6 | 0.61 | 0.48 |
| Hex | AD | C5 | 2F | C | 0 | 4C | 17 | 46 | 3D | 30 |
| Octal | 255 | 305 | 57 | 14 | 0 | 114 | 27 | 106 | 75 | 60 |
| Binary | 10101101 | 11000101 | 101111 | 1100 | 0 | 1001100 | 10111 | 1000110 | 111101 | 110000 |
Color Harmonies of #ADC52F
Complementary color
Monochromatic Colors of #ADC52F
Black with #ADC52F
Text Example
Text Example
White with #ADC52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC52F; }
p { color: rgb(173,197,47); }
H1.HeaderClassName
{
color: #ADC52F;
}
.AnyTagClassName
{
color: #ADC52F;
}
</style>
background-color css
<style>
a { background-color: #ADC52F; }
a { background-color: rgb(173,197,47); }
div.DivClassName
{
background-color: #ADC52F;
}
.BgClassName
{
background-color: #ADC52F;
}
</style>
border-color css
<style>
span { border-color: #ADC52F; }
span { border-color: rgb(173,197,47); }
td.TdClassName
{
border-color: #ADC52F;
}
.TagClassName
{
border-color: #ADC52F;
}
</style>