Shades of Bahia #ADC11F
Tints of Bahia #ADC11F
RGB
CMYK
RGB Variations
Color information
#ADC11F (or 0xADC11F) is known color: Bahia. HEX triplet: AD, C1 and 1F. RGB value is (173,193,31). Sum of RGB (Red+Green+Blue) = 173+193+31=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC11F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC11F is #523EE0. Grayscale: #A9A9A9. Windows color (decimal): -5390049 or 2081197. OLE color: 2081197.
HSL color Cylindrical-coordinate representation of color #ADC11F: hue angle of 67.41º degrees, saturation: 0.72, 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 #ADC11F is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 31 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.24 |
| HSL | 67.41º | 0.72% | 0.44% | - |
| HSV(B) | 67.41º | 0.84% | 0.76% | - |
| XYZ | 36.55 | 47.12 | 8.47 | - |
| YUV | 168.55 | 50.37 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 31 | 0.10 | 0 | 0.84 | 0.24 | 67.41 | 0.72 | 0.44 |
| Hex | AD | C1 | 1F | A | 0 | 54 | 18 | 43 | 48 | 2C |
| Octal | 255 | 301 | 37 | 12 | 0 | 124 | 30 | 103 | 110 | 54 |
| Binary | 10101101 | 11000001 | 11111 | 1010 | 0 | 1010100 | 11000 | 1000011 | 1001000 | 101100 |
Color Harmonies of #ADC11F
Complementary color
Monochromatic Colors of #ADC11F
Black with #ADC11F
Text Example
Text Example
White with #ADC11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC11F; }
p { color: rgb(173,193,31); }
H1.HeaderClassName
{
color: #ADC11F;
}
.AnyTagClassName
{
color: #ADC11F;
}
</style>
background-color css
<style>
a { background-color: #ADC11F; }
a { background-color: rgb(173,193,31); }
div.DivClassName
{
background-color: #ADC11F;
}
.BgClassName
{
background-color: #ADC11F;
}
</style>
border-color css
<style>
span { border-color: #ADC11F; }
span { border-color: rgb(173,193,31); }
td.TdClassName
{
border-color: #ADC11F;
}
.TagClassName
{
border-color: #ADC11F;
}
</style>