Shades of Bahia #ADBC2A
Tints of Bahia #ADBC2A
RGB
CMYK
RGB Variations
Color information
#ADBC2A (or 0xADBC2A) is known color: Bahia. HEX triplet: AD, BC and 2A. RGB value is (173,188,42). Sum of RGB (Red+Green+Blue) = 173+188+42=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC2A is #5243D5. Grayscale: #A7A7A7. Windows color (decimal): -5391318 or 2800813. OLE color: 2800813.
HSL color Cylindrical-coordinate representation of color #ADBC2A: hue angle of 66.16º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADBC2A is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 42 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.26 |
| HSL | 66.16º | 0.63% | 0.45% | - |
| HSV(B) | 66.16º | 0.78% | 0.74% | - |
| XYZ | 35.63 | 45.02 | 9 | - |
| YUV | 166.87 | 57.53 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 42 | 0.08 | 0 | 0.78 | 0.26 | 66.16 | 0.63 | 0.45 |
| Hex | AD | BC | 2A | 8 | 0 | 4E | 1A | 42 | 3F | 2D |
| Octal | 255 | 274 | 52 | 10 | 0 | 116 | 32 | 102 | 77 | 55 |
| Binary | 10101101 | 10111100 | 101010 | 1000 | 0 | 1001110 | 11010 | 1000010 | 111111 | 101101 |
Color Harmonies of #ADBC2A
Complementary color
Monochromatic Colors of #ADBC2A
Black with #ADBC2A
Text Example
Text Example
White with #ADBC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC2A; }
p { color: rgb(173,188,42); }
H1.HeaderClassName
{
color: #ADBC2A;
}
.AnyTagClassName
{
color: #ADBC2A;
}
</style>
background-color css
<style>
a { background-color: #ADBC2A; }
a { background-color: rgb(173,188,42); }
div.DivClassName
{
background-color: #ADBC2A;
}
.BgClassName
{
background-color: #ADBC2A;
}
</style>
border-color css
<style>
span { border-color: #ADBC2A; }
span { border-color: rgb(173,188,42); }
td.TdClassName
{
border-color: #ADBC2A;
}
.TagClassName
{
border-color: #ADBC2A;
}
</style>