Shades of Bahia #ADC91A
Tints of Bahia #ADC91A
RGB
CMYK
RGB Variations
Color information
#ADC91A (or 0xADC91A) is known color: Bahia. HEX triplet: AD, C9 and 1A. RGB value is (173,201,26). Sum of RGB (Red+Green+Blue) = 173+201+26=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC91A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC91A is #5236E5. Grayscale: #ADADAD. Windows color (decimal): -5388006 or 1755565. OLE color: 1755565.
HSL color Cylindrical-coordinate representation of color #ADC91A: hue angle of 69.6º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADC91A is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 26 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.21 |
| HSL | 69.6º | 0.77% | 0.45% | - |
| HSV(B) | 69.6º | 0.87% | 0.79% | - |
| XYZ | 38.31 | 50.73 | 8.75 | - |
| YUV | 172.68 | 45.22 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 26 | 0.14 | 0 | 0.87 | 0.21 | 69.6 | 0.77 | 0.45 |
| Hex | AD | C9 | 1A | E | 0 | 57 | 15 | 46 | 4D | 2D |
| Octal | 255 | 311 | 32 | 16 | 0 | 127 | 25 | 106 | 115 | 55 |
| Binary | 10101101 | 11001001 | 11010 | 1110 | 0 | 1010111 | 10101 | 1000110 | 1001101 | 101101 |
Color Harmonies of #ADC91A
Complementary color
Monochromatic Colors of #ADC91A
Black with #ADC91A
Text Example
Text Example
White with #ADC91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC91A; }
p { color: rgb(173,201,26); }
H1.HeaderClassName
{
color: #ADC91A;
}
.AnyTagClassName
{
color: #ADC91A;
}
</style>
background-color css
<style>
a { background-color: #ADC91A; }
a { background-color: rgb(173,201,26); }
div.DivClassName
{
background-color: #ADC91A;
}
.BgClassName
{
background-color: #ADC91A;
}
</style>
border-color css
<style>
span { border-color: #ADC91A; }
span { border-color: rgb(173,201,26); }
td.TdClassName
{
border-color: #ADC91A;
}
.TagClassName
{
border-color: #ADC91A;
}
</style>