Shades of Bahia #ADBC12
Tints of Bahia #ADBC12
RGB
CMYK
RGB Variations
Color information
#ADBC12 (or 0xADBC12) is known color: Bahia. HEX triplet: AD, BC and 12. RGB value is (173,188,18). Sum of RGB (Red+Green+Blue) = 173+188+18=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 18 (7.42% from 255 or 4.75% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBC12 is #5243ED. Grayscale: #A4A4A4. Windows color (decimal): -5391342 or 1227949. OLE color: 1227949.
HSL color Cylindrical-coordinate representation of color #ADBC12: hue angle of 65.29º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADBC12 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 18 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.26 |
| HSL | 65.29º | 0.83% | 0.4% | - |
| HSV(B) | 65.29º | 0.9% | 0.74% | - |
| XYZ | 35.33 | 44.89 | 7.38 | - |
| YUV | 164.14 | 45.53 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 18 | 0.08 | 0 | 0.90 | 0.26 | 65.29 | 0.83 | 0.4 |
| Hex | AD | BC | 12 | 8 | 0 | 5A | 1A | 41 | 53 | 28 |
| Octal | 255 | 274 | 22 | 10 | 0 | 132 | 32 | 101 | 123 | 50 |
| Binary | 10101101 | 10111100 | 10010 | 1000 | 0 | 1011010 | 11010 | 1000001 | 1010011 | 101000 |
Color Harmonies of #ADBC12
Complementary color
Monochromatic Colors of #ADBC12
Black with #ADBC12
Text Example
Text Example
White with #ADBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC12; }
p { color: rgb(173,188,18); }
H1.HeaderClassName
{
color: #ADBC12;
}
.AnyTagClassName
{
color: #ADBC12;
}
</style>
background-color css
<style>
a { background-color: #ADBC12; }
a { background-color: rgb(173,188,18); }
div.DivClassName
{
background-color: #ADBC12;
}
.BgClassName
{
background-color: #ADBC12;
}
</style>
border-color css
<style>
span { border-color: #ADBC12; }
span { border-color: rgb(173,188,18); }
td.TdClassName
{
border-color: #ADBC12;
}
.TagClassName
{
border-color: #ADBC12;
}
</style>