Shades of Bud #ADB38B
Tints of Bud #ADB38B
RGB
CMYK
RGB Variations
Color information
#ADB38B (or 0xADB38B) is known color: Bud. HEX triplet: AD, B3 and 8B. RGB value is (173,179,139). Sum of RGB (Red+Green+Blue) = 173+179+139=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB38B is #524C74. Grayscale: #ACACAC. Windows color (decimal): -5393525 or 9155501. OLE color: 9155501.
HSL color Cylindrical-coordinate representation of color #ADB38B: hue angle of 69º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADB38B is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 139 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.30 |
| HSL | 69º | 0.21% | 0.62% | - |
| HSV(B) | 69º | 0.22% | 0.7% | - |
| XYZ | 38.01 | 42.99 | 30.72 | - |
| YUV | 172.65 | 109.01 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 139 | 0.03 | 0 | 0.22 | 0.30 | 69 | 0.21 | 0.62 |
| Hex | AD | B3 | 8B | 3 | 0 | 16 | 1E | 45 | 15 | 3E |
| Octal | 255 | 263 | 213 | 3 | 0 | 26 | 36 | 105 | 25 | 76 |
| Binary | 10101101 | 10110011 | 10001011 | 11 | 0 | 10110 | 11110 | 1000101 | 10101 | 111110 |
Color Harmonies of #ADB38B
Complementary color
Monochromatic Colors of #ADB38B
Black with #ADB38B
Text Example
Text Example
White with #ADB38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB38B; }
p { color: rgb(173,179,139); }
H1.HeaderClassName
{
color: #ADB38B;
}
.AnyTagClassName
{
color: #ADB38B;
}
</style>
background-color css
<style>
a { background-color: #ADB38B; }
a { background-color: rgb(173,179,139); }
div.DivClassName
{
background-color: #ADB38B;
}
.BgClassName
{
background-color: #ADB38B;
}
</style>
border-color css
<style>
span { border-color: #ADB38B; }
span { border-color: rgb(173,179,139); }
td.TdClassName
{
border-color: #ADB38B;
}
.TagClassName
{
border-color: #ADB38B;
}
</style>