Shades of Bahia #ADBC13
Tints of Bahia #ADBC13
RGB
CMYK
RGB Variations
Color information
#ADBC13 (or 0xADBC13) is known color: Bahia. HEX triplet: AD, BC and 13. RGB value is (173,188,19). Sum of RGB (Red+Green+Blue) = 173+188+19=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 19 (7.81% from 255 or 5% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADBC13 is #5243EC. Grayscale: #A4A4A4. Windows color (decimal): -5391341 or 1293485. OLE color: 1293485.
HSL color Cylindrical-coordinate representation of color #ADBC13: hue angle of 65.33º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADBC13 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 19 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.26 |
| HSL | 65.33º | 0.82% | 0.41% | - |
| HSV(B) | 65.33º | 0.9% | 0.74% | - |
| XYZ | 35.33 | 44.9 | 7.42 | - |
| YUV | 164.25 | 46.03 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 19 | 0.08 | 0 | 0.90 | 0.26 | 65.33 | 0.82 | 0.41 |
| Hex | AD | BC | 13 | 8 | 0 | 5A | 1A | 41 | 52 | 29 |
| Octal | 255 | 274 | 23 | 10 | 0 | 132 | 32 | 101 | 122 | 51 |
| Binary | 10101101 | 10111100 | 10011 | 1000 | 0 | 1011010 | 11010 | 1000001 | 1010010 | 101001 |
Color Harmonies of #ADBC13
Complementary color
Monochromatic Colors of #ADBC13
Black with #ADBC13
Text Example
Text Example
White with #ADBC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC13; }
p { color: rgb(173,188,19); }
H1.HeaderClassName
{
color: #ADBC13;
}
.AnyTagClassName
{
color: #ADBC13;
}
</style>
background-color css
<style>
a { background-color: #ADBC13; }
a { background-color: rgb(173,188,19); }
div.DivClassName
{
background-color: #ADBC13;
}
.BgClassName
{
background-color: #ADBC13;
}
</style>
border-color css
<style>
span { border-color: #ADBC13; }
span { border-color: rgb(173,188,19); }
td.TdClassName
{
border-color: #ADBC13;
}
.TagClassName
{
border-color: #ADBC13;
}
</style>