Shades of Bahia #ADBC1C
Tints of Bahia #ADBC1C
RGB
CMYK
RGB Variations
Color information
#ADBC1C (or 0xADBC1C) is known color: Bahia. HEX triplet: AD, BC and 1C. RGB value is (173,188,28). Sum of RGB (Red+Green+Blue) = 173+188+28=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC1C is #5243E3. Grayscale: #A5A5A5. Windows color (decimal): -5391332 or 1883309. OLE color: 1883309.
HSL color Cylindrical-coordinate representation of color #ADBC1C: hue angle of 65.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADBC1C is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 28 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.26 |
| HSL | 65.63º | 0.74% | 0.42% | - |
| HSV(B) | 65.63º | 0.85% | 0.74% | - |
| XYZ | 35.43 | 44.93 | 7.9 | - |
| YUV | 165.28 | 50.53 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 28 | 0.08 | 0 | 0.85 | 0.26 | 65.63 | 0.74 | 0.42 |
| Hex | AD | BC | 1C | 8 | 0 | 55 | 1A | 42 | 4A | 2A |
| Octal | 255 | 274 | 34 | 10 | 0 | 125 | 32 | 102 | 112 | 52 |
| Binary | 10101101 | 10111100 | 11100 | 1000 | 0 | 1010101 | 11010 | 1000010 | 1001010 | 101010 |
Color Harmonies of #ADBC1C
Complementary color
Monochromatic Colors of #ADBC1C
Black with #ADBC1C
Text Example
Text Example
White with #ADBC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC1C; }
p { color: rgb(173,188,28); }
H1.HeaderClassName
{
color: #ADBC1C;
}
.AnyTagClassName
{
color: #ADBC1C;
}
</style>
background-color css
<style>
a { background-color: #ADBC1C; }
a { background-color: rgb(173,188,28); }
div.DivClassName
{
background-color: #ADBC1C;
}
.BgClassName
{
background-color: #ADBC1C;
}
</style>
border-color css
<style>
span { border-color: #ADBC1C; }
span { border-color: rgb(173,188,28); }
td.TdClassName
{
border-color: #ADBC1C;
}
.TagClassName
{
border-color: #ADBC1C;
}
</style>