Shades of Bahia #ADC425
Tints of Bahia #ADC425
RGB
CMYK
RGB Variations
Color information
#ADC425 (or 0xADC425) is known color: Bahia. HEX triplet: AD, C4 and 25. RGB value is (173,196,37). Sum of RGB (Red+Green+Blue) = 173+196+37=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC425 is #523BDA. Grayscale: #ABABAB. Windows color (decimal): -5389275 or 2475181. OLE color: 2475181.
HSL color Cylindrical-coordinate representation of color #ADC425: hue angle of 68.68º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADC425 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 37 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.23 |
| HSL | 68.68º | 0.68% | 0.46% | - |
| HSV(B) | 68.68º | 0.81% | 0.77% | - |
| XYZ | 37.31 | 48.5 | 9.14 | - |
| YUV | 171 | 52.38 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 37 | 0.12 | 0 | 0.81 | 0.23 | 68.68 | 0.68 | 0.46 |
| Hex | AD | C4 | 25 | C | 0 | 51 | 17 | 45 | 44 | 2E |
| Octal | 255 | 304 | 45 | 14 | 0 | 121 | 27 | 105 | 104 | 56 |
| Binary | 10101101 | 11000100 | 100101 | 1100 | 0 | 1010001 | 10111 | 1000101 | 1000100 | 101110 |
Color Harmonies of #ADC425
Complementary color
Monochromatic Colors of #ADC425
Black with #ADC425
Text Example
Text Example
White with #ADC425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC425; }
p { color: rgb(173,196,37); }
H1.HeaderClassName
{
color: #ADC425;
}
.AnyTagClassName
{
color: #ADC425;
}
</style>
background-color css
<style>
a { background-color: #ADC425; }
a { background-color: rgb(173,196,37); }
div.DivClassName
{
background-color: #ADC425;
}
.BgClassName
{
background-color: #ADC425;
}
</style>
border-color css
<style>
span { border-color: #ADC425; }
span { border-color: rgb(173,196,37); }
td.TdClassName
{
border-color: #ADC425;
}
.TagClassName
{
border-color: #ADC425;
}
</style>