Shades of Bahia #ADB115
Tints of Bahia #ADB115
RGB
CMYK
RGB Variations
Color information
#ADB115 (or 0xADB115) is known color: Bahia. HEX triplet: AD, B1 and 15. RGB value is (173,177,21). Sum of RGB (Red+Green+Blue) = 173+177+21=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB115 is #524EEA. Grayscale: #9E9E9E. Windows color (decimal): -5394155 or 1421741. OLE color: 1421741.
HSL color Cylindrical-coordinate representation of color #ADB115: hue angle of 61.54º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADB115 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 21 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.31 |
| HSL | 61.54º | 0.79% | 0.39% | - |
| HSV(B) | 61.54º | 0.88% | 0.69% | - |
| XYZ | 33.09 | 40.38 | 6.76 | - |
| YUV | 158.02 | 50.67 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 21 | 0.02 | 0 | 0.88 | 0.31 | 61.54 | 0.79 | 0.39 |
| Hex | AD | B1 | 15 | 2 | 0 | 58 | 1F | 3E | 4F | 27 |
| Octal | 255 | 261 | 25 | 2 | 0 | 130 | 37 | 76 | 117 | 47 |
| Binary | 10101101 | 10110001 | 10101 | 10 | 0 | 1011000 | 11111 | 111110 | 1001111 | 100111 |
Color Harmonies of #ADB115
Complementary color
Monochromatic Colors of #ADB115
Black with #ADB115
Text Example
Text Example
White with #ADB115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB115; }
p { color: rgb(173,177,21); }
H1.HeaderClassName
{
color: #ADB115;
}
.AnyTagClassName
{
color: #ADB115;
}
</style>
background-color css
<style>
a { background-color: #ADB115; }
a { background-color: rgb(173,177,21); }
div.DivClassName
{
background-color: #ADB115;
}
.BgClassName
{
background-color: #ADB115;
}
</style>
border-color css
<style>
span { border-color: #ADB115; }
span { border-color: rgb(173,177,21); }
td.TdClassName
{
border-color: #ADB115;
}
.TagClassName
{
border-color: #ADB115;
}
</style>