Shades of Wasabi #899C3D
Tints of Wasabi #899C3D
RGB
CMYK
RGB Variations
Color information
#899C3D (or 0x899C3D) is known color: Wasabi. HEX triplet: 89, 9C and 3D. RGB value is (137,156,61). Sum of RGB (Red+Green+Blue) = 137+156+61=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 156 - color contains mainly: green. Hex color #899C3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899C3D is #7663C2. Grayscale: #8B8B8B. Windows color (decimal): -7758787 or 4037769. OLE color: 4037769.
HSL color Cylindrical-coordinate representation of color #899C3D: hue angle of 72º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #899C3D is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 156 | 61 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.39 |
| HSL | 72º | 0.44% | 0.43% | - |
| HSV(B) | 72º | 0.61% | 0.61% | - |
| XYZ | 23.05 | 29.43 | 8.88 | - |
| YUV | 139.49 | 83.71 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 61 | 0.12 | 0 | 0.61 | 0.39 | 72 | 0.44 | 0.43 |
| Hex | 89 | 9C | 3D | C | 0 | 3D | 27 | 48 | 2C | 2B |
| Octal | 211 | 234 | 75 | 14 | 0 | 75 | 47 | 110 | 54 | 53 |
| Binary | 10001001 | 10011100 | 111101 | 1100 | 0 | 111101 | 100111 | 1001000 | 101100 | 101011 |
Color Harmonies of #899C3D
Complementary color
Monochromatic Colors of #899C3D
Black with #899C3D
Text Example
Text Example
White with #899C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899C3D; }
p { color: rgb(137,156,61); }
H1.HeaderClassName
{
color: #899C3D;
}
.AnyTagClassName
{
color: #899C3D;
}
</style>
background-color css
<style>
a { background-color: #899C3D; }
a { background-color: rgb(137,156,61); }
div.DivClassName
{
background-color: #899C3D;
}
.BgClassName
{
background-color: #899C3D;
}
</style>
border-color css
<style>
span { border-color: #899C3D; }
span { border-color: rgb(137,156,61); }
td.TdClassName
{
border-color: #899C3D;
}
.TagClassName
{
border-color: #899C3D;
}
</style>