Shades of Bahia #ADB215
Tints of Bahia #ADB215
RGB
CMYK
RGB Variations
Color information
#ADB215 (or 0xADB215) is known color: Bahia. HEX triplet: AD, B2 and 15. RGB value is (173,178,21). Sum of RGB (Red+Green+Blue) = 173+178+21=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB215 is #524DEA. Grayscale: #9F9F9F. Windows color (decimal): -5393899 or 1421997. OLE color: 1421997.
HSL color Cylindrical-coordinate representation of color #ADB215: hue angle of 61.91º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADB215 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 21 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.30 |
| HSL | 61.91º | 0.79% | 0.39% | - |
| HSV(B) | 61.91º | 0.88% | 0.7% | - |
| XYZ | 33.29 | 40.78 | 6.83 | - |
| YUV | 158.61 | 50.34 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 21 | 0.03 | 0 | 0.88 | 0.30 | 61.91 | 0.79 | 0.39 |
| Hex | AD | B2 | 15 | 3 | 0 | 58 | 1E | 3E | 4F | 27 |
| Octal | 255 | 262 | 25 | 3 | 0 | 130 | 36 | 76 | 117 | 47 |
| Binary | 10101101 | 10110010 | 10101 | 11 | 0 | 1011000 | 11110 | 111110 | 1001111 | 100111 |
Color Harmonies of #ADB215
Complementary color
Monochromatic Colors of #ADB215
Black with #ADB215
Text Example
Text Example
White with #ADB215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB215; }
p { color: rgb(173,178,21); }
H1.HeaderClassName
{
color: #ADB215;
}
.AnyTagClassName
{
color: #ADB215;
}
</style>
background-color css
<style>
a { background-color: #ADB215; }
a { background-color: rgb(173,178,21); }
div.DivClassName
{
background-color: #ADB215;
}
.BgClassName
{
background-color: #ADB215;
}
</style>
border-color css
<style>
span { border-color: #ADB215; }
span { border-color: rgb(173,178,21); }
td.TdClassName
{
border-color: #ADB215;
}
.TagClassName
{
border-color: #ADB215;
}
</style>