Shades of Bahia #ADC918
Tints of Bahia #ADC918
RGB
CMYK
RGB Variations
Color information
#ADC918 (or 0xADC918) is known color: Bahia. HEX triplet: AD, C9 and 18. RGB value is (173,201,24). Sum of RGB (Red+Green+Blue) = 173+201+24=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 24 (9.77% from 255 or 6.03% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC918 is #5236E7. Grayscale: #ADADAD. Windows color (decimal): -5388008 or 1624493. OLE color: 1624493.
HSL color Cylindrical-coordinate representation of color #ADC918: hue angle of 69.49º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADC918 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 24 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.21 |
| HSL | 69.49º | 0.79% | 0.44% | - |
| HSV(B) | 69.49º | 0.88% | 0.79% | - |
| XYZ | 38.29 | 50.72 | 8.64 | - |
| YUV | 172.45 | 44.22 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 24 | 0.14 | 0 | 0.88 | 0.21 | 69.49 | 0.79 | 0.44 |
| Hex | AD | C9 | 18 | E | 0 | 58 | 15 | 45 | 4F | 2C |
| Octal | 255 | 311 | 30 | 16 | 0 | 130 | 25 | 105 | 117 | 54 |
| Binary | 10101101 | 11001001 | 11000 | 1110 | 0 | 1011000 | 10101 | 1000101 | 1001111 | 101100 |
Color Harmonies of #ADC918
Complementary color
Monochromatic Colors of #ADC918
Black with #ADC918
Text Example
Text Example
White with #ADC918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC918; }
p { color: rgb(173,201,24); }
H1.HeaderClassName
{
color: #ADC918;
}
.AnyTagClassName
{
color: #ADC918;
}
</style>
background-color css
<style>
a { background-color: #ADC918; }
a { background-color: rgb(173,201,24); }
div.DivClassName
{
background-color: #ADC918;
}
.BgClassName
{
background-color: #ADC918;
}
</style>
border-color css
<style>
span { border-color: #ADC918; }
span { border-color: rgb(173,201,24); }
td.TdClassName
{
border-color: #ADC918;
}
.TagClassName
{
border-color: #ADC918;
}
</style>