Shades of Wasabi #919B45
Tints of Wasabi #919B45
RGB
CMYK
RGB Variations
Color information
#919B45 (or 0x919B45) is known color: Wasabi. HEX triplet: 91, 9B and 45. RGB value is (145,155,69). Sum of RGB (Red+Green+Blue) = 145+155+69=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 155 - color contains mainly: green. Hex color #919B45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919B45 is #6E64BA. Grayscale: #8E8E8E. Windows color (decimal): -7234747 or 4561809. OLE color: 4561809.
HSL color Cylindrical-coordinate representation of color #919B45: hue angle of 66.98º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #919B45 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 155 | 69 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.39 |
| HSL | 66.98º | 0.38% | 0.44% | - |
| HSV(B) | 66.98º | 0.55% | 0.61% | - |
| XYZ | 24.47 | 29.89 | 10.11 | - |
| YUV | 142.21 | 86.69 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 69 | 0.06 | 0 | 0.55 | 0.39 | 66.98 | 0.38 | 0.44 |
| Hex | 91 | 9B | 45 | 6 | 0 | 37 | 27 | 43 | 26 | 2C |
| Octal | 221 | 233 | 105 | 6 | 0 | 67 | 47 | 103 | 46 | 54 |
| Binary | 10010001 | 10011011 | 1000101 | 110 | 0 | 110111 | 100111 | 1000011 | 100110 | 101100 |
Color Harmonies of #919B45
Complementary color
Monochromatic Colors of #919B45
Black with #919B45
Text Example
Text Example
White with #919B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919B45; }
p { color: rgb(145,155,69); }
H1.HeaderClassName
{
color: #919B45;
}
.AnyTagClassName
{
color: #919B45;
}
</style>
background-color css
<style>
a { background-color: #919B45; }
a { background-color: rgb(145,155,69); }
div.DivClassName
{
background-color: #919B45;
}
.BgClassName
{
background-color: #919B45;
}
</style>
border-color css
<style>
span { border-color: #919B45; }
span { border-color: rgb(145,155,69); }
td.TdClassName
{
border-color: #919B45;
}
.TagClassName
{
border-color: #919B45;
}
</style>