Shades of Bahia #ADC82D
Tints of Bahia #ADC82D
RGB
CMYK
RGB Variations
Color information
#ADC82D (or 0xADC82D) is known color: Bahia. HEX triplet: AD, C8 and 2D. RGB value is (173,200,45). Sum of RGB (Red+Green+Blue) = 173+200+45=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC82D is #5237D2. Grayscale: #AEAEAE. Windows color (decimal): -5388243 or 3000493. OLE color: 3000493.
HSL color Cylindrical-coordinate representation of color #ADC82D: hue angle of 70.45º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADC82D is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 45 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.22 |
| HSL | 70.45º | 0.63% | 0.48% | - |
| HSV(B) | 70.45º | 0.78% | 0.78% | - |
| XYZ | 38.36 | 50.38 | 10.19 | - |
| YUV | 174.26 | 55.05 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 45 | 0.14 | 0 | 0.78 | 0.22 | 70.45 | 0.63 | 0.48 |
| Hex | AD | C8 | 2D | E | 0 | 4E | 16 | 46 | 3F | 30 |
| Octal | 255 | 310 | 55 | 16 | 0 | 116 | 26 | 106 | 77 | 60 |
| Binary | 10101101 | 11001000 | 101101 | 1110 | 0 | 1001110 | 10110 | 1000110 | 111111 | 110000 |
Color Harmonies of #ADC82D
Complementary color
Monochromatic Colors of #ADC82D
Black with #ADC82D
Text Example
Text Example
White with #ADC82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC82D; }
p { color: rgb(173,200,45); }
H1.HeaderClassName
{
color: #ADC82D;
}
.AnyTagClassName
{
color: #ADC82D;
}
</style>
background-color css
<style>
a { background-color: #ADC82D; }
a { background-color: rgb(173,200,45); }
div.DivClassName
{
background-color: #ADC82D;
}
.BgClassName
{
background-color: #ADC82D;
}
</style>
border-color css
<style>
span { border-color: #ADC82D; }
span { border-color: rgb(173,200,45); }
td.TdClassName
{
border-color: #ADC82D;
}
.TagClassName
{
border-color: #ADC82D;
}
</style>