Shades of Bud #ABB18B
Tints of Bud #ABB18B
RGB
CMYK
RGB Variations
Color information
#ABB18B (or 0xABB18B) is known color: Bud. HEX triplet: AB, B1 and 8B. RGB value is (171,177,139). Sum of RGB (Red+Green+Blue) = 171+177+139=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB18B is #544E74. Grayscale: #ABABAB. Windows color (decimal): -5525109 or 9154987. OLE color: 9154987.
HSL color Cylindrical-coordinate representation of color #ABB18B: hue angle of 69.47º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABB18B is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 177 | 139 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.31 |
| HSL | 69.47º | 0.2% | 0.62% | - |
| HSV(B) | 69.47º | 0.21% | 0.69% | - |
| XYZ | 37.18 | 41.97 | 30.57 | - |
| YUV | 170.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 177 | 139 | 0.03 | 0 | 0.21 | 0.31 | 69.47 | 0.2 | 0.62 |
| Hex | AB | B1 | 8B | 3 | 0 | 15 | 1F | 45 | 14 | 3E |
| Octal | 253 | 261 | 213 | 3 | 0 | 25 | 37 | 105 | 24 | 76 |
| Binary | 10101011 | 10110001 | 10001011 | 11 | 0 | 10101 | 11111 | 1000101 | 10100 | 111110 |
Color Harmonies of #ABB18B
Complementary color
Monochromatic Colors of #ABB18B
Black with #ABB18B
Text Example
Text Example
White with #ABB18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB18B; }
p { color: rgb(171,177,139); }
H1.HeaderClassName
{
color: #ABB18B;
}
.AnyTagClassName
{
color: #ABB18B;
}
</style>
background-color css
<style>
a { background-color: #ABB18B; }
a { background-color: rgb(171,177,139); }
div.DivClassName
{
background-color: #ABB18B;
}
.BgClassName
{
background-color: #ABB18B;
}
</style>
border-color css
<style>
span { border-color: #ABB18B; }
span { border-color: rgb(171,177,139); }
td.TdClassName
{
border-color: #ABB18B;
}
.TagClassName
{
border-color: #ABB18B;
}
</style>