Shades of Amulet #89B27E
Tints of Amulet #89B27E
RGB
CMYK
RGB Variations
Color information
#89B27E (or 0x89B27E) is known color: Amulet. HEX triplet: 89, B2 and 7E. RGB value is (137,178,126). Sum of RGB (Red+Green+Blue) = 137+178+126=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 178 - color contains mainly: green. Hex color #89B27E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89B27E is #764D81. Grayscale: #9F9F9F. Windows color (decimal): -7753090 or 8303241. OLE color: 8303241.
HSL color Cylindrical-coordinate representation of color #89B27E: hue angle of 107.31º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89B27E is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 137 | 178 | 126 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.30 |
| HSL | 107.31º | 0.25% | 0.6% | - |
| HSV(B) | 107.31º | 0.29% | 0.7% | - |
| XYZ | 30 | 38.67 | 25.62 | - |
| YUV | 159.81 | 108.92 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 178 | 126 | 0.23 | 0 | 0.29 | 0.30 | 107.31 | 0.25 | 0.6 |
| Hex | 89 | B2 | 7E | 17 | 0 | 1D | 1E | 6B | 19 | 3C |
| Octal | 211 | 262 | 176 | 27 | 0 | 35 | 36 | 153 | 31 | 74 |
| Binary | 10001001 | 10110010 | 1111110 | 10111 | 0 | 11101 | 11110 | 1101011 | 11001 | 111100 |
Color Harmonies of #89B27E
Complementary color
Monochromatic Colors of #89B27E
Black with #89B27E
Text Example
Text Example
White with #89B27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B27E; }
p { color: rgb(137,178,126); }
H1.HeaderClassName
{
color: #89B27E;
}
.AnyTagClassName
{
color: #89B27E;
}
</style>
background-color css
<style>
a { background-color: #89B27E; }
a { background-color: rgb(137,178,126); }
div.DivClassName
{
background-color: #89B27E;
}
.BgClassName
{
background-color: #89B27E;
}
</style>
border-color css
<style>
span { border-color: #89B27E; }
span { border-color: rgb(137,178,126); }
td.TdClassName
{
border-color: #89B27E;
}
.TagClassName
{
border-color: #89B27E;
}
</style>