Shades of Bahia #ADC11D
Tints of Bahia #ADC11D
RGB
CMYK
RGB Variations
Color information
#ADC11D (or 0xADC11D) is known color: Bahia. HEX triplet: AD, C1 and 1D. RGB value is (173,193,29). Sum of RGB (Red+Green+Blue) = 173+193+29=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC11D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC11D is #523EE2. Grayscale: #A8A8A8. Windows color (decimal): -5390051 or 1950125. OLE color: 1950125.
HSL color Cylindrical-coordinate representation of color #ADC11D: hue angle of 67.32º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADC11D is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 29 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.24 |
| HSL | 67.32º | 0.74% | 0.44% | - |
| HSV(B) | 67.32º | 0.85% | 0.76% | - |
| XYZ | 36.53 | 47.11 | 8.33 | - |
| YUV | 168.32 | 49.37 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 29 | 0.10 | 0 | 0.85 | 0.24 | 67.32 | 0.74 | 0.44 |
| Hex | AD | C1 | 1D | A | 0 | 55 | 18 | 43 | 4A | 2C |
| Octal | 255 | 301 | 35 | 12 | 0 | 125 | 30 | 103 | 112 | 54 |
| Binary | 10101101 | 11000001 | 11101 | 1010 | 0 | 1010101 | 11000 | 1000011 | 1001010 | 101100 |
Color Harmonies of #ADC11D
Complementary color
Monochromatic Colors of #ADC11D
Black with #ADC11D
Text Example
Text Example
White with #ADC11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC11D; }
p { color: rgb(173,193,29); }
H1.HeaderClassName
{
color: #ADC11D;
}
.AnyTagClassName
{
color: #ADC11D;
}
</style>
background-color css
<style>
a { background-color: #ADC11D; }
a { background-color: rgb(173,193,29); }
div.DivClassName
{
background-color: #ADC11D;
}
.BgClassName
{
background-color: #ADC11D;
}
</style>
border-color css
<style>
span { border-color: #ADC11D; }
span { border-color: rgb(173,193,29); }
td.TdClassName
{
border-color: #ADC11D;
}
.TagClassName
{
border-color: #ADC11D;
}
</style>