Shades of Bud #ADB290
Tints of Bud #ADB290
RGB
CMYK
RGB Variations
Color information
#ADB290 (or 0xADB290) is known color: Bud. HEX triplet: AD, B2 and 90. RGB value is (173,178,144). Sum of RGB (Red+Green+Blue) = 173+178+144=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB290 is #524D6F. Grayscale: #ACACAC. Windows color (decimal): -5393776 or 9482925. OLE color: 9482925.
HSL color Cylindrical-coordinate representation of color #ADB290: hue angle of 68.82º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADB290 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 144 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.30 |
| HSL | 68.82º | 0.18% | 0.63% | - |
| HSV(B) | 68.82º | 0.19% | 0.7% | - |
| XYZ | 38.19 | 42.74 | 32.62 | - |
| YUV | 172.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 144 | 0.03 | 0 | 0.19 | 0.30 | 68.82 | 0.18 | 0.63 |
| Hex | AD | B2 | 90 | 3 | 0 | 13 | 1E | 45 | 12 | 3F |
| Octal | 255 | 262 | 220 | 3 | 0 | 23 | 36 | 105 | 22 | 77 |
| Binary | 10101101 | 10110010 | 10010000 | 11 | 0 | 10011 | 11110 | 1000101 | 10010 | 111111 |
Color Harmonies of #ADB290
Complementary color
Monochromatic Colors of #ADB290
Black with #ADB290
Text Example
Text Example
White with #ADB290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB290; }
p { color: rgb(173,178,144); }
H1.HeaderClassName
{
color: #ADB290;
}
.AnyTagClassName
{
color: #ADB290;
}
</style>
background-color css
<style>
a { background-color: #ADB290; }
a { background-color: rgb(173,178,144); }
div.DivClassName
{
background-color: #ADB290;
}
.BgClassName
{
background-color: #ADB290;
}
</style>
border-color css
<style>
span { border-color: #ADB290; }
span { border-color: rgb(173,178,144); }
td.TdClassName
{
border-color: #ADB290;
}
.TagClassName
{
border-color: #ADB290;
}
</style>