Shades of Bahia #ADC11E
Tints of Bahia #ADC11E
RGB
CMYK
RGB Variations
Color information
#ADC11E (or 0xADC11E) is known color: Bahia. HEX triplet: AD, C1 and 1E. RGB value is (173,193,30). Sum of RGB (Red+Green+Blue) = 173+193+30=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC11E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC11E is #523EE1. Grayscale: #A9A9A9. Windows color (decimal): -5390050 or 2015661. OLE color: 2015661.
HSL color Cylindrical-coordinate representation of color #ADC11E: hue angle of 67.36º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADC11E is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 30 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.24 |
| HSL | 67.36º | 0.73% | 0.44% | - |
| HSV(B) | 67.36º | 0.84% | 0.76% | - |
| XYZ | 36.54 | 47.12 | 8.4 | - |
| YUV | 168.44 | 49.87 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 30 | 0.10 | 0 | 0.84 | 0.24 | 67.36 | 0.73 | 0.44 |
| Hex | AD | C1 | 1E | A | 0 | 54 | 18 | 43 | 49 | 2C |
| Octal | 255 | 301 | 36 | 12 | 0 | 124 | 30 | 103 | 111 | 54 |
| Binary | 10101101 | 11000001 | 11110 | 1010 | 0 | 1010100 | 11000 | 1000011 | 1001001 | 101100 |
Color Harmonies of #ADC11E
Complementary color
Monochromatic Colors of #ADC11E
Black with #ADC11E
Text Example
Text Example
White with #ADC11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC11E; }
p { color: rgb(173,193,30); }
H1.HeaderClassName
{
color: #ADC11E;
}
.AnyTagClassName
{
color: #ADC11E;
}
</style>
background-color css
<style>
a { background-color: #ADC11E; }
a { background-color: rgb(173,193,30); }
div.DivClassName
{
background-color: #ADC11E;
}
.BgClassName
{
background-color: #ADC11E;
}
</style>
border-color css
<style>
span { border-color: #ADC11E; }
span { border-color: rgb(173,193,30); }
td.TdClassName
{
border-color: #ADC11E;
}
.TagClassName
{
border-color: #ADC11E;
}
</style>