Shades of Bud #ABB188
Tints of Bud #ABB188
RGB
CMYK
RGB Variations
Color information
#ABB188 (or 0xABB188) is known color: Bud. HEX triplet: AB, B1 and 88. RGB value is (171,177,136). Sum of RGB (Red+Green+Blue) = 171+177+136=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB188 is #544E77. Grayscale: #AAAAAA. Windows color (decimal): -5525112 or 8958379. OLE color: 8958379.
HSL color Cylindrical-coordinate representation of color #ABB188: hue angle of 68.78º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABB188 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 177 | 136 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.31 |
| HSL | 68.78º | 0.21% | 0.61% | - |
| HSV(B) | 68.78º | 0.23% | 0.69% | - |
| XYZ | 36.96 | 41.88 | 29.43 | - |
| YUV | 170.53 | 108.51 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 177 | 136 | 0.03 | 0 | 0.23 | 0.31 | 68.78 | 0.21 | 0.61 |
| Hex | AB | B1 | 88 | 3 | 0 | 17 | 1F | 45 | 15 | 3D |
| Octal | 253 | 261 | 210 | 3 | 0 | 27 | 37 | 105 | 25 | 75 |
| Binary | 10101011 | 10110001 | 10001000 | 11 | 0 | 10111 | 11111 | 1000101 | 10101 | 111101 |
Color Harmonies of #ABB188
Complementary color
Monochromatic Colors of #ABB188
Black with #ABB188
Text Example
Text Example
White with #ABB188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB188; }
p { color: rgb(171,177,136); }
H1.HeaderClassName
{
color: #ABB188;
}
.AnyTagClassName
{
color: #ABB188;
}
</style>
background-color css
<style>
a { background-color: #ABB188; }
a { background-color: rgb(171,177,136); }
div.DivClassName
{
background-color: #ABB188;
}
.BgClassName
{
background-color: #ABB188;
}
</style>
border-color css
<style>
span { border-color: #ABB188; }
span { border-color: rgb(171,177,136); }
td.TdClassName
{
border-color: #ABB188;
}
.TagClassName
{
border-color: #ABB188;
}
</style>