Shades of Bahia #ADBC18
Tints of Bahia #ADBC18
RGB
CMYK
RGB Variations
Color information
#ADBC18 (or 0xADBC18) is known color: Bahia. HEX triplet: AD, BC and 18. RGB value is (173,188,24). Sum of RGB (Red+Green+Blue) = 173+188+24=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 24 (9.77% from 255 or 6.23% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBC18 is #5243E7. Grayscale: #A5A5A5. Windows color (decimal): -5391336 or 1621165. OLE color: 1621165.
HSL color Cylindrical-coordinate representation of color #ADBC18: hue angle of 65.49º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADBC18 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 24 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.26 |
| HSL | 65.49º | 0.77% | 0.42% | - |
| HSV(B) | 65.49º | 0.87% | 0.74% | - |
| XYZ | 35.38 | 44.92 | 7.67 | - |
| YUV | 164.82 | 48.53 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 24 | 0.08 | 0 | 0.87 | 0.26 | 65.49 | 0.77 | 0.42 |
| Hex | AD | BC | 18 | 8 | 0 | 57 | 1A | 41 | 4D | 2A |
| Octal | 255 | 274 | 30 | 10 | 0 | 127 | 32 | 101 | 115 | 52 |
| Binary | 10101101 | 10111100 | 11000 | 1000 | 0 | 1010111 | 11010 | 1000001 | 1001101 | 101010 |
Color Harmonies of #ADBC18
Complementary color
Monochromatic Colors of #ADBC18
Black with #ADBC18
Text Example
Text Example
White with #ADBC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC18; }
p { color: rgb(173,188,24); }
H1.HeaderClassName
{
color: #ADBC18;
}
.AnyTagClassName
{
color: #ADBC18;
}
</style>
background-color css
<style>
a { background-color: #ADBC18; }
a { background-color: rgb(173,188,24); }
div.DivClassName
{
background-color: #ADBC18;
}
.BgClassName
{
background-color: #ADBC18;
}
</style>
border-color css
<style>
span { border-color: #ADBC18; }
span { border-color: rgb(173,188,24); }
td.TdClassName
{
border-color: #ADBC18;
}
.TagClassName
{
border-color: #ADBC18;
}
</style>