Shades of Bud #ADB28F
Tints of Bud #ADB28F
RGB
CMYK
RGB Variations
Color information
#ADB28F (or 0xADB28F) is known color: Bud. HEX triplet: AD, B2 and 8F. RGB value is (173,178,143). Sum of RGB (Red+Green+Blue) = 173+178+143=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB28F is #524D70. Grayscale: #ACACAC. Windows color (decimal): -5393777 or 9417389. OLE color: 9417389.
HSL color Cylindrical-coordinate representation of color #ADB28F: hue angle of 68.57º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADB28F is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 143 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.30 |
| HSL | 68.57º | 0.19% | 0.63% | - |
| HSV(B) | 68.57º | 0.2% | 0.7% | - |
| XYZ | 38.11 | 42.71 | 32.22 | - |
| YUV | 172.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 143 | 0.03 | 0 | 0.20 | 0.30 | 68.57 | 0.19 | 0.63 |
| Hex | AD | B2 | 8F | 3 | 0 | 14 | 1E | 45 | 13 | 3F |
| Octal | 255 | 262 | 217 | 3 | 0 | 24 | 36 | 105 | 23 | 77 |
| Binary | 10101101 | 10110010 | 10001111 | 11 | 0 | 10100 | 11110 | 1000101 | 10011 | 111111 |
Color Harmonies of #ADB28F
Complementary color
Monochromatic Colors of #ADB28F
Black with #ADB28F
Text Example
Text Example
White with #ADB28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB28F; }
p { color: rgb(173,178,143); }
H1.HeaderClassName
{
color: #ADB28F;
}
.AnyTagClassName
{
color: #ADB28F;
}
</style>
background-color css
<style>
a { background-color: #ADB28F; }
a { background-color: rgb(173,178,143); }
div.DivClassName
{
background-color: #ADB28F;
}
.BgClassName
{
background-color: #ADB28F;
}
</style>
border-color css
<style>
span { border-color: #ADB28F; }
span { border-color: rgb(173,178,143); }
td.TdClassName
{
border-color: #ADB28F;
}
.TagClassName
{
border-color: #ADB28F;
}
</style>