Shades of Bahia #ADC91F
Tints of Bahia #ADC91F
RGB
CMYK
RGB Variations
Color information
#ADC91F (or 0xADC91F) is known color: Bahia. HEX triplet: AD, C9 and 1F. RGB value is (173,201,31). Sum of RGB (Red+Green+Blue) = 173+201+31=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 31 (12.5% from 255 or 7.65% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC91F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC91F is #5236E0. Grayscale: #ADADAD. Windows color (decimal): -5388001 or 2083245. OLE color: 2083245.
HSL color Cylindrical-coordinate representation of color #ADC91F: hue angle of 69.88º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADC91F is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 31 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.21 |
| HSL | 69.88º | 0.73% | 0.45% | - |
| HSV(B) | 69.88º | 0.85% | 0.79% | - |
| XYZ | 38.37 | 50.76 | 9.07 | - |
| YUV | 173.25 | 47.72 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 31 | 0.14 | 0 | 0.85 | 0.21 | 69.88 | 0.73 | 0.45 |
| Hex | AD | C9 | 1F | E | 0 | 55 | 15 | 46 | 49 | 2D |
| Octal | 255 | 311 | 37 | 16 | 0 | 125 | 25 | 106 | 111 | 55 |
| Binary | 10101101 | 11001001 | 11111 | 1110 | 0 | 1010101 | 10101 | 1000110 | 1001001 | 101101 |
Color Harmonies of #ADC91F
Complementary color
Monochromatic Colors of #ADC91F
Black with #ADC91F
Text Example
Text Example
White with #ADC91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC91F; }
p { color: rgb(173,201,31); }
H1.HeaderClassName
{
color: #ADC91F;
}
.AnyTagClassName
{
color: #ADC91F;
}
</style>
background-color css
<style>
a { background-color: #ADC91F; }
a { background-color: rgb(173,201,31); }
div.DivClassName
{
background-color: #ADC91F;
}
.BgClassName
{
background-color: #ADC91F;
}
</style>
border-color css
<style>
span { border-color: #ADC91F; }
span { border-color: rgb(173,201,31); }
td.TdClassName
{
border-color: #ADC91F;
}
.TagClassName
{
border-color: #ADC91F;
}
</style>