Shades of Amulet #89B479
Tints of Amulet #89B479
RGB
CMYK
RGB Variations
Color information
#89B479 (or 0x89B479) is known color: Amulet. HEX triplet: 89, B4 and 79. RGB value is (137,180,121). Sum of RGB (Red+Green+Blue) = 137+180+121=438 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.28% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #89B479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #89B479 is #764B86. Grayscale: #A0A0A0. Windows color (decimal): -7752583 or 7976073. OLE color: 7976073.
HSL color Cylindrical-coordinate representation of color #89B479: hue angle of 103.73º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89B479 is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 180 | 121 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.29 |
| HSL | 103.73º | 0.28% | 0.59% | - |
| HSV(B) | 103.73º | 0.33% | 0.71% | - |
| XYZ | 30.09 | 39.34 | 24.1 | - |
| YUV | 160.42 | 105.75 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 180 | 121 | 0.24 | 0 | 0.33 | 0.29 | 103.73 | 0.28 | 0.59 |
| Hex | 89 | B4 | 79 | 18 | 0 | 21 | 1D | 68 | 1C | 3B |
| Octal | 211 | 264 | 171 | 30 | 0 | 41 | 35 | 150 | 34 | 73 |
| Binary | 10001001 | 10110100 | 1111001 | 11000 | 0 | 100001 | 11101 | 1101000 | 11100 | 111011 |
Color Harmonies of #89B479
Complementary color
Monochromatic Colors of #89B479
Black with #89B479
Text Example
Text Example
White with #89B479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B479; }
p { color: rgb(137,180,121); }
H1.HeaderClassName
{
color: #89B479;
}
.AnyTagClassName
{
color: #89B479;
}
</style>
background-color css
<style>
a { background-color: #89B479; }
a { background-color: rgb(137,180,121); }
div.DivClassName
{
background-color: #89B479;
}
.BgClassName
{
background-color: #89B479;
}
</style>
border-color css
<style>
span { border-color: #89B479; }
span { border-color: rgb(137,180,121); }
td.TdClassName
{
border-color: #89B479;
}
.TagClassName
{
border-color: #89B479;
}
</style>