Shades of Bahia #ADCD1C
Tints of Bahia #ADCD1C
RGB
CMYK
RGB Variations
Color information
#ADCD1C (or 0xADCD1C) is known color: Bahia. HEX triplet: AD, CD and 1C. RGB value is (173,205,28). Sum of RGB (Red+Green+Blue) = 173+205+28=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD1C is #5232E3. Grayscale: #AFAFAF. Windows color (decimal): -5386980 or 1887661. OLE color: 1887661.
HSL color Cylindrical-coordinate representation of color #ADCD1C: hue angle of 70.85º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADCD1C is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 28 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.20 |
| HSL | 70.85º | 0.76% | 0.46% | - |
| HSV(B) | 70.85º | 0.86% | 0.8% | - |
| XYZ | 39.27 | 52.63 | 9.19 | - |
| YUV | 175.25 | 44.9 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 28 | 0.16 | 0 | 0.86 | 0.20 | 70.85 | 0.76 | 0.46 |
| Hex | AD | CD | 1C | 10 | 0 | 56 | 14 | 47 | 4C | 2E |
| Octal | 255 | 315 | 34 | 20 | 0 | 126 | 24 | 107 | 114 | 56 |
| Binary | 10101101 | 11001101 | 11100 | 10000 | 0 | 1010110 | 10100 | 1000111 | 1001100 | 101110 |
Color Harmonies of #ADCD1C
Complementary color
Monochromatic Colors of #ADCD1C
Black with #ADCD1C
Text Example
Text Example
White with #ADCD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD1C; }
p { color: rgb(173,205,28); }
H1.HeaderClassName
{
color: #ADCD1C;
}
.AnyTagClassName
{
color: #ADCD1C;
}
</style>
background-color css
<style>
a { background-color: #ADCD1C; }
a { background-color: rgb(173,205,28); }
div.DivClassName
{
background-color: #ADCD1C;
}
.BgClassName
{
background-color: #ADCD1C;
}
</style>
border-color css
<style>
span { border-color: #ADCD1C; }
span { border-color: rgb(173,205,28); }
td.TdClassName
{
border-color: #ADCD1C;
}
.TagClassName
{
border-color: #ADCD1C;
}
</style>