Shades of Bahia #ADC62F
Tints of Bahia #ADC62F
RGB
CMYK
RGB Variations
Color information
#ADC62F (or 0xADC62F) is known color: Bahia. HEX triplet: AD, C6 and 2F. RGB value is (173,198,47). Sum of RGB (Red+Green+Blue) = 173+198+47=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 47 (18.75% from 255 or 11.24% from 418); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC62F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC62F is #5239D0. Grayscale: #ADADAD. Windows color (decimal): -5388753 or 3131053. OLE color: 3131053.
HSL color Cylindrical-coordinate representation of color #ADC62F: hue angle of 69.93º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADC62F is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 47 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.22 |
| HSL | 69.93º | 0.62% | 0.48% | - |
| HSV(B) | 69.93º | 0.76% | 0.78% | - |
| XYZ | 37.94 | 49.48 | 10.24 | - |
| YUV | 173.31 | 56.72 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 47 | 0.13 | 0 | 0.76 | 0.22 | 69.93 | 0.62 | 0.48 |
| Hex | AD | C6 | 2F | D | 0 | 4C | 16 | 46 | 3E | 30 |
| Octal | 255 | 306 | 57 | 15 | 0 | 114 | 26 | 106 | 76 | 60 |
| Binary | 10101101 | 11000110 | 101111 | 1101 | 0 | 1001100 | 10110 | 1000110 | 111110 | 110000 |
Color Harmonies of #ADC62F
Complementary color
Monochromatic Colors of #ADC62F
Black with #ADC62F
Text Example
Text Example
White with #ADC62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC62F; }
p { color: rgb(173,198,47); }
H1.HeaderClassName
{
color: #ADC62F;
}
.AnyTagClassName
{
color: #ADC62F;
}
</style>
background-color css
<style>
a { background-color: #ADC62F; }
a { background-color: rgb(173,198,47); }
div.DivClassName
{
background-color: #ADC62F;
}
.BgClassName
{
background-color: #ADC62F;
}
</style>
border-color css
<style>
span { border-color: #ADC62F; }
span { border-color: rgb(173,198,47); }
td.TdClassName
{
border-color: #ADC62F;
}
.TagClassName
{
border-color: #ADC62F;
}
</style>