Shades of Bahia #ADC82F
Tints of Bahia #ADC82F
RGB
CMYK
RGB Variations
Color information
#ADC82F (or 0xADC82F) is known color: Bahia. HEX triplet: AD, C8 and 2F. RGB value is (173,200,47). Sum of RGB (Red+Green+Blue) = 173+200+47=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC82F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC82F is #5237D0. Grayscale: #AFAFAF. Windows color (decimal): -5388241 or 3131565. OLE color: 3131565.
HSL color Cylindrical-coordinate representation of color #ADC82F: hue angle of 70.59º 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 #ADC82F is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 47 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.22 |
| HSL | 70.59º | 0.62% | 0.48% | - |
| HSV(B) | 70.59º | 0.77% | 0.78% | - |
| XYZ | 38.4 | 50.4 | 10.39 | - |
| YUV | 174.49 | 56.05 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 47 | 0.14 | 0 | 0.76 | 0.22 | 70.59 | 0.62 | 0.48 |
| Hex | AD | C8 | 2F | E | 0 | 4C | 16 | 47 | 3E | 30 |
| Octal | 255 | 310 | 57 | 16 | 0 | 114 | 26 | 107 | 76 | 60 |
| Binary | 10101101 | 11001000 | 101111 | 1110 | 0 | 1001100 | 10110 | 1000111 | 111110 | 110000 |
Color Harmonies of #ADC82F
Complementary color
Monochromatic Colors of #ADC82F
Black with #ADC82F
Text Example
Text Example
White with #ADC82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC82F; }
p { color: rgb(173,200,47); }
H1.HeaderClassName
{
color: #ADC82F;
}
.AnyTagClassName
{
color: #ADC82F;
}
</style>
background-color css
<style>
a { background-color: #ADC82F; }
a { background-color: rgb(173,200,47); }
div.DivClassName
{
background-color: #ADC82F;
}
.BgClassName
{
background-color: #ADC82F;
}
</style>
border-color css
<style>
span { border-color: #ADC82F; }
span { border-color: rgb(173,200,47); }
td.TdClassName
{
border-color: #ADC82F;
}
.TagClassName
{
border-color: #ADC82F;
}
</style>