Shades of Bud #ADB388
Tints of Bud #ADB388
RGB
CMYK
RGB Variations
Color information
#ADB388 (or 0xADB388) is known color: Bud. HEX triplet: AD, B3 and 88. RGB value is (173,179,136). Sum of RGB (Red+Green+Blue) = 173+179+136=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB388 is #524C77. Grayscale: #ACACAC. Windows color (decimal): -5393528 or 8958893. OLE color: 8958893.
HSL color Cylindrical-coordinate representation of color #ADB388: hue angle of 68.37º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADB388 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 136 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.30 |
| HSL | 68.37º | 0.22% | 0.62% | - |
| HSV(B) | 68.37º | 0.24% | 0.7% | - |
| XYZ | 37.8 | 42.9 | 29.58 | - |
| YUV | 172.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 136 | 0.03 | 0 | 0.24 | 0.30 | 68.37 | 0.22 | 0.62 |
| Hex | AD | B3 | 88 | 3 | 0 | 18 | 1E | 44 | 16 | 3E |
| Octal | 255 | 263 | 210 | 3 | 0 | 30 | 36 | 104 | 26 | 76 |
| Binary | 10101101 | 10110011 | 10001000 | 11 | 0 | 11000 | 11110 | 1000100 | 10110 | 111110 |
Color Harmonies of #ADB388
Complementary color
Monochromatic Colors of #ADB388
Black with #ADB388
Text Example
Text Example
White with #ADB388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB388; }
p { color: rgb(173,179,136); }
H1.HeaderClassName
{
color: #ADB388;
}
.AnyTagClassName
{
color: #ADB388;
}
</style>
background-color css
<style>
a { background-color: #ADB388; }
a { background-color: rgb(173,179,136); }
div.DivClassName
{
background-color: #ADB388;
}
.BgClassName
{
background-color: #ADB388;
}
</style>
border-color css
<style>
span { border-color: #ADB388; }
span { border-color: rgb(173,179,136); }
td.TdClassName
{
border-color: #ADB388;
}
.TagClassName
{
border-color: #ADB388;
}
</style>