Shades of Bahia #ADC01D
Tints of Bahia #ADC01D
RGB
CMYK
RGB Variations
Color information
#ADC01D (or 0xADC01D) is known color: Bahia. HEX triplet: AD, C0 and 1D. RGB value is (173,192,29). Sum of RGB (Red+Green+Blue) = 173+192+29=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC01D is #523FE2. Grayscale: #A8A8A8. Windows color (decimal): -5390307 or 1949869. OLE color: 1949869.
HSL color Cylindrical-coordinate representation of color #ADC01D: hue angle of 66.99º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADC01D is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 29 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.25 |
| HSL | 66.99º | 0.74% | 0.43% | - |
| HSV(B) | 66.99º | 0.85% | 0.75% | - |
| XYZ | 36.3 | 46.67 | 8.26 | - |
| YUV | 167.74 | 49.71 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 29 | 0.10 | 0 | 0.85 | 0.25 | 66.99 | 0.74 | 0.43 |
| Hex | AD | C0 | 1D | A | 0 | 55 | 19 | 43 | 4A | 2B |
| Octal | 255 | 300 | 35 | 12 | 0 | 125 | 31 | 103 | 112 | 53 |
| Binary | 10101101 | 11000000 | 11101 | 1010 | 0 | 1010101 | 11001 | 1000011 | 1001010 | 101011 |
Color Harmonies of #ADC01D
Complementary color
Monochromatic Colors of #ADC01D
Black with #ADC01D
Text Example
Text Example
White with #ADC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC01D; }
p { color: rgb(173,192,29); }
H1.HeaderClassName
{
color: #ADC01D;
}
.AnyTagClassName
{
color: #ADC01D;
}
</style>
background-color css
<style>
a { background-color: #ADC01D; }
a { background-color: rgb(173,192,29); }
div.DivClassName
{
background-color: #ADC01D;
}
.BgClassName
{
background-color: #ADC01D;
}
</style>
border-color css
<style>
span { border-color: #ADC01D; }
span { border-color: rgb(173,192,29); }
td.TdClassName
{
border-color: #ADC01D;
}
.TagClassName
{
border-color: #ADC01D;
}
</style>