Shades of Wasabi #919A44
Tints of Wasabi #919A44
RGB
CMYK
RGB Variations
Color information
#919A44 (or 0x919A44) is known color: Wasabi. HEX triplet: 91, 9A and 44. RGB value is (145,154,68). Sum of RGB (Red+Green+Blue) = 145+154+68=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 154 - color contains mainly: green. Hex color #919A44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919A44 is #6E65BB. Grayscale: #8D8D8D. Windows color (decimal): -7235004 or 4496017. OLE color: 4496017.
HSL color Cylindrical-coordinate representation of color #919A44: hue angle of 66.28º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #919A44 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 154 | 68 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.40 |
| HSL | 66.28º | 0.39% | 0.44% | - |
| HSV(B) | 66.28º | 0.56% | 0.6% | - |
| XYZ | 24.28 | 29.55 | 9.89 | - |
| YUV | 141.51 | 86.52 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 68 | 0.06 | 0 | 0.56 | 0.40 | 66.28 | 0.39 | 0.44 |
| Hex | 91 | 9A | 44 | 6 | 0 | 38 | 28 | 42 | 27 | 2C |
| Octal | 221 | 232 | 104 | 6 | 0 | 70 | 50 | 102 | 47 | 54 |
| Binary | 10010001 | 10011010 | 1000100 | 110 | 0 | 111000 | 101000 | 1000010 | 100111 | 101100 |
Color Harmonies of #919A44
Complementary color
Monochromatic Colors of #919A44
Black with #919A44
Text Example
Text Example
White with #919A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919A44; }
p { color: rgb(145,154,68); }
H1.HeaderClassName
{
color: #919A44;
}
.AnyTagClassName
{
color: #919A44;
}
</style>
background-color css
<style>
a { background-color: #919A44; }
a { background-color: rgb(145,154,68); }
div.DivClassName
{
background-color: #919A44;
}
.BgClassName
{
background-color: #919A44;
}
</style>
border-color css
<style>
span { border-color: #919A44; }
span { border-color: rgb(145,154,68); }
td.TdClassName
{
border-color: #919A44;
}
.TagClassName
{
border-color: #919A44;
}
</style>