Shades of Bud #ABB18E
Tints of Bud #ABB18E
RGB
CMYK
RGB Variations
Color information
#ABB18E (or 0xABB18E) is known color: Bud. HEX triplet: AB, B1 and 8E. RGB value is (171,177,142). Sum of RGB (Red+Green+Blue) = 171+177+142=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB18E is #544E71. Grayscale: #ABABAB. Windows color (decimal): -5525106 or 9351595. OLE color: 9351595.
HSL color Cylindrical-coordinate representation of color #ABB18E: hue angle of 70.29º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABB18E is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 177 | 142 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.31 |
| HSL | 70.29º | 0.18% | 0.63% | - |
| HSV(B) | 70.29º | 0.2% | 0.69% | - |
| XYZ | 37.4 | 42.06 | 31.74 | - |
| YUV | 171.22 | 111.51 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 177 | 142 | 0.03 | 0 | 0.20 | 0.31 | 70.29 | 0.18 | 0.63 |
| Hex | AB | B1 | 8E | 3 | 0 | 14 | 1F | 46 | 12 | 3F |
| Octal | 253 | 261 | 216 | 3 | 0 | 24 | 37 | 106 | 22 | 77 |
| Binary | 10101011 | 10110001 | 10001110 | 11 | 0 | 10100 | 11111 | 1000110 | 10010 | 111111 |
Color Harmonies of #ABB18E
Complementary color
Monochromatic Colors of #ABB18E
Black with #ABB18E
Text Example
Text Example
White with #ABB18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB18E; }
p { color: rgb(171,177,142); }
H1.HeaderClassName
{
color: #ABB18E;
}
.AnyTagClassName
{
color: #ABB18E;
}
</style>
background-color css
<style>
a { background-color: #ABB18E; }
a { background-color: rgb(171,177,142); }
div.DivClassName
{
background-color: #ABB18E;
}
.BgClassName
{
background-color: #ABB18E;
}
</style>
border-color css
<style>
span { border-color: #ABB18E; }
span { border-color: rgb(171,177,142); }
td.TdClassName
{
border-color: #ABB18E;
}
.TagClassName
{
border-color: #ABB18E;
}
</style>