Shades of Bud #ADB28D
Tints of Bud #ADB28D
RGB
CMYK
RGB Variations
Color information
#ADB28D (or 0xADB28D) is known color: Bud. HEX triplet: AD, B2 and 8D. RGB value is (173,178,141). Sum of RGB (Red+Green+Blue) = 173+178+141=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB28D is #524D72. Grayscale: #ACACAC. Windows color (decimal): -5393779 or 9286317. OLE color: 9286317.
HSL color Cylindrical-coordinate representation of color #ADB28D: hue angle of 68.11º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADB28D is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 141 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.30 |
| HSL | 68.11º | 0.19% | 0.63% | - |
| HSV(B) | 68.11º | 0.21% | 0.7% | - |
| XYZ | 37.96 | 42.65 | 31.43 | - |
| YUV | 172.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 141 | 0.03 | 0 | 0.21 | 0.30 | 68.11 | 0.19 | 0.63 |
| Hex | AD | B2 | 8D | 3 | 0 | 15 | 1E | 44 | 13 | 3F |
| Octal | 255 | 262 | 215 | 3 | 0 | 25 | 36 | 104 | 23 | 77 |
| Binary | 10101101 | 10110010 | 10001101 | 11 | 0 | 10101 | 11110 | 1000100 | 10011 | 111111 |
Color Harmonies of #ADB28D
Complementary color
Monochromatic Colors of #ADB28D
Black with #ADB28D
Text Example
Text Example
White with #ADB28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB28D; }
p { color: rgb(173,178,141); }
H1.HeaderClassName
{
color: #ADB28D;
}
.AnyTagClassName
{
color: #ADB28D;
}
</style>
background-color css
<style>
a { background-color: #ADB28D; }
a { background-color: rgb(173,178,141); }
div.DivClassName
{
background-color: #ADB28D;
}
.BgClassName
{
background-color: #ADB28D;
}
</style>
border-color css
<style>
span { border-color: #ADB28D; }
span { border-color: rgb(173,178,141); }
td.TdClassName
{
border-color: #ADB28D;
}
.TagClassName
{
border-color: #ADB28D;
}
</style>