Shades of Bahia #ADC61F
Tints of Bahia #ADC61F
RGB
CMYK
RGB Variations
Color information
#ADC61F (or 0xADC61F) is known color: Bahia. HEX triplet: AD, C6 and 1F. RGB value is (173,198,31). Sum of RGB (Red+Green+Blue) = 173+198+31=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 198 (77.73% from 255 or 49.25% from 402); Blue value is 31 (12.5% from 255 or 7.71% from 402); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC61F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC61F is #5239E0. Grayscale: #ACACAC. Windows color (decimal): -5388769 or 2082477. OLE color: 2082477.
HSL color Cylindrical-coordinate representation of color #ADC61F: hue angle of 68.98º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADC61F is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 31 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.22 |
| HSL | 68.98º | 0.73% | 0.45% | - |
| HSV(B) | 68.98º | 0.84% | 0.78% | - |
| XYZ | 37.67 | 49.37 | 8.84 | - |
| YUV | 171.49 | 48.72 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 31 | 0.13 | 0 | 0.84 | 0.22 | 68.98 | 0.73 | 0.45 |
| Hex | AD | C6 | 1F | D | 0 | 54 | 16 | 45 | 49 | 2D |
| Octal | 255 | 306 | 37 | 15 | 0 | 124 | 26 | 105 | 111 | 55 |
| Binary | 10101101 | 11000110 | 11111 | 1101 | 0 | 1010100 | 10110 | 1000101 | 1001001 | 101101 |
Color Harmonies of #ADC61F
Complementary color
Monochromatic Colors of #ADC61F
Black with #ADC61F
Text Example
Text Example
White with #ADC61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC61F; }
p { color: rgb(173,198,31); }
H1.HeaderClassName
{
color: #ADC61F;
}
.AnyTagClassName
{
color: #ADC61F;
}
</style>
background-color css
<style>
a { background-color: #ADC61F; }
a { background-color: rgb(173,198,31); }
div.DivClassName
{
background-color: #ADC61F;
}
.BgClassName
{
background-color: #ADC61F;
}
</style>
border-color css
<style>
span { border-color: #ADC61F; }
span { border-color: rgb(173,198,31); }
td.TdClassName
{
border-color: #ADC61F;
}
.TagClassName
{
border-color: #ADC61F;
}
</style>