Shades of Bahia #ADC915
Tints of Bahia #ADC915
RGB
CMYK
RGB Variations
Color information
#ADC915 (or 0xADC915) is known color: Bahia. HEX triplet: AD, C9 and 15. RGB value is (173,201,21). Sum of RGB (Red+Green+Blue) = 173+201+21=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC915 is #5236EA. Grayscale: #ACACAC. Windows color (decimal): -5388011 or 1427885. OLE color: 1427885.
HSL color Cylindrical-coordinate representation of color #ADC915: hue angle of 69.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADC915 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 21 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.21 |
| HSL | 69.33º | 0.81% | 0.44% | - |
| HSV(B) | 69.33º | 0.9% | 0.79% | - |
| XYZ | 38.26 | 50.71 | 8.48 | - |
| YUV | 172.11 | 42.72 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 21 | 0.14 | 0 | 0.90 | 0.21 | 69.33 | 0.81 | 0.44 |
| Hex | AD | C9 | 15 | E | 0 | 5A | 15 | 45 | 51 | 2C |
| Octal | 255 | 311 | 25 | 16 | 0 | 132 | 25 | 105 | 121 | 54 |
| Binary | 10101101 | 11001001 | 10101 | 1110 | 0 | 1011010 | 10101 | 1000101 | 1010001 | 101100 |
Color Harmonies of #ADC915
Complementary color
Monochromatic Colors of #ADC915
Black with #ADC915
Text Example
Text Example
White with #ADC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC915; }
p { color: rgb(173,201,21); }
H1.HeaderClassName
{
color: #ADC915;
}
.AnyTagClassName
{
color: #ADC915;
}
</style>
background-color css
<style>
a { background-color: #ADC915; }
a { background-color: rgb(173,201,21); }
div.DivClassName
{
background-color: #ADC915;
}
.BgClassName
{
background-color: #ADC915;
}
</style>
border-color css
<style>
span { border-color: #ADC915; }
span { border-color: rgb(173,201,21); }
td.TdClassName
{
border-color: #ADC915;
}
.TagClassName
{
border-color: #ADC915;
}
</style>