Shades of Bahia #ADCC1C
Tints of Bahia #ADCC1C
RGB
CMYK
RGB Variations
Color information
#ADCC1C (or 0xADCC1C) is known color: Bahia. HEX triplet: AD, CC and 1C. RGB value is (173,204,28). Sum of RGB (Red+Green+Blue) = 173+204+28=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC1C is #5233E3. Grayscale: #AFAFAF. Windows color (decimal): -5387236 or 1887405. OLE color: 1887405.
HSL color Cylindrical-coordinate representation of color #ADCC1C: hue angle of 70.57º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADCC1C is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 28 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.2 |
| HSL | 70.57º | 0.76% | 0.45% | - |
| HSV(B) | 70.57º | 0.86% | 0.8% | - |
| XYZ | 39.04 | 52.15 | 9.11 | - |
| YUV | 174.67 | 45.23 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 28 | 0.15 | 0 | 0.86 | 0.2 | 70.57 | 0.76 | 0.45 |
| Hex | AD | CC | 1C | F | 0 | 56 | 14 | 47 | 4C | 2D |
| Octal | 255 | 314 | 34 | 17 | 0 | 126 | 24 | 107 | 114 | 55 |
| Binary | 10101101 | 11001100 | 11100 | 1111 | 0 | 1010110 | 10100 | 1000111 | 1001100 | 101101 |
Color Harmonies of #ADCC1C
Complementary color
Monochromatic Colors of #ADCC1C
Black with #ADCC1C
Text Example
Text Example
White with #ADCC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC1C; }
p { color: rgb(173,204,28); }
H1.HeaderClassName
{
color: #ADCC1C;
}
.AnyTagClassName
{
color: #ADCC1C;
}
</style>
background-color css
<style>
a { background-color: #ADCC1C; }
a { background-color: rgb(173,204,28); }
div.DivClassName
{
background-color: #ADCC1C;
}
.BgClassName
{
background-color: #ADCC1C;
}
</style>
border-color css
<style>
span { border-color: #ADCC1C; }
span { border-color: rgb(173,204,28); }
td.TdClassName
{
border-color: #ADCC1C;
}
.TagClassName
{
border-color: #ADCC1C;
}
</style>