Shades of Bud #ABB38A
Tints of Bud #ABB38A
RGB
CMYK
RGB Variations
Color information
#ABB38A (or 0xABB38A) is known color: Bud. HEX triplet: AB, B3 and 8A. RGB value is (171,179,138). Sum of RGB (Red+Green+Blue) = 171+179+138=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB38A is #544C75. Grayscale: #ACACAC. Windows color (decimal): -5524598 or 9089963. OLE color: 9089963.
HSL color Cylindrical-coordinate representation of color #ABB38A: hue angle of 71.71º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABB38A is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 179 | 138 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.30 |
| HSL | 71.71º | 0.21% | 0.62% | - |
| HSV(B) | 71.71º | 0.23% | 0.7% | - |
| XYZ | 37.5 | 42.73 | 30.32 | - |
| YUV | 171.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 138 | 0.04 | 0 | 0.23 | 0.30 | 71.71 | 0.21 | 0.62 |
| Hex | AB | B3 | 8A | 4 | 0 | 17 | 1E | 48 | 15 | 3E |
| Octal | 253 | 263 | 212 | 4 | 0 | 27 | 36 | 110 | 25 | 76 |
| Binary | 10101011 | 10110011 | 10001010 | 100 | 0 | 10111 | 11110 | 1001000 | 10101 | 111110 |
Color Harmonies of #ABB38A
Complementary color
Monochromatic Colors of #ABB38A
Black with #ABB38A
Text Example
Text Example
White with #ABB38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB38A; }
p { color: rgb(171,179,138); }
H1.HeaderClassName
{
color: #ABB38A;
}
.AnyTagClassName
{
color: #ABB38A;
}
</style>
background-color css
<style>
a { background-color: #ABB38A; }
a { background-color: rgb(171,179,138); }
div.DivClassName
{
background-color: #ABB38A;
}
.BgClassName
{
background-color: #ABB38A;
}
</style>
border-color css
<style>
span { border-color: #ABB38A; }
span { border-color: rgb(171,179,138); }
td.TdClassName
{
border-color: #ABB38A;
}
.TagClassName
{
border-color: #ABB38A;
}
</style>