Shades of Bahia #ADB216
Tints of Bahia #ADB216
RGB
CMYK
RGB Variations
Color information
#ADB216 (or 0xADB216) is known color: Bahia. HEX triplet: AD, B2 and 16. RGB value is (173,178,22). Sum of RGB (Red+Green+Blue) = 173+178+22=373 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.38% from 373); Green value is 178 (69.92% from 255 or 47.72% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADB216 is #524DE9. Grayscale: #9F9F9F. Windows color (decimal): -5393898 or 1487533. OLE color: 1487533.
HSL color Cylindrical-coordinate representation of color #ADB216: hue angle of 61.92º degrees, saturation: 0.78, 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 #ADB216 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 22 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.30 |
| HSL | 61.92º | 0.78% | 0.39% | - |
| HSV(B) | 61.92º | 0.88% | 0.7% | - |
| XYZ | 33.3 | 40.78 | 6.88 | - |
| YUV | 158.72 | 50.84 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 22 | 0.03 | 0 | 0.88 | 0.30 | 61.92 | 0.78 | 0.39 |
| Hex | AD | B2 | 16 | 3 | 0 | 58 | 1E | 3E | 4E | 27 |
| Octal | 255 | 262 | 26 | 3 | 0 | 130 | 36 | 76 | 116 | 47 |
| Binary | 10101101 | 10110010 | 10110 | 11 | 0 | 1011000 | 11110 | 111110 | 1001110 | 100111 |
Color Harmonies of #ADB216
Complementary color
Monochromatic Colors of #ADB216
Black with #ADB216
Text Example
Text Example
White with #ADB216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB216; }
p { color: rgb(173,178,22); }
H1.HeaderClassName
{
color: #ADB216;
}
.AnyTagClassName
{
color: #ADB216;
}
</style>
background-color css
<style>
a { background-color: #ADB216; }
a { background-color: rgb(173,178,22); }
div.DivClassName
{
background-color: #ADB216;
}
.BgClassName
{
background-color: #ADB216;
}
</style>
border-color css
<style>
span { border-color: #ADB216; }
span { border-color: rgb(173,178,22); }
td.TdClassName
{
border-color: #ADB216;
}
.TagClassName
{
border-color: #ADB216;
}
</style>