Shades of Wasabi #909C35
Tints of Wasabi #909C35
RGB
CMYK
RGB Variations
Color information
#909C35 (or 0x909C35) is known color: Wasabi. HEX triplet: 90, 9C and 35. RGB value is (144,156,53). Sum of RGB (Red+Green+Blue) = 144+156+53=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 156 - color contains mainly: green. Hex color #909C35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909C35 is #6F63CA. Grayscale: #8D8D8D. Windows color (decimal): -7300043 or 3513488. OLE color: 3513488.
HSL color Cylindrical-coordinate representation of color #909C35: hue angle of 66.99º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #909C35 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 156 | 53 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.39 |
| HSL | 66.99º | 0.49% | 0.41% | - |
| HSV(B) | 66.99º | 0.66% | 0.61% | - |
| XYZ | 24.03 | 29.96 | 7.88 | - |
| YUV | 140.67 | 78.52 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 53 | 0.08 | 0 | 0.66 | 0.39 | 66.99 | 0.49 | 0.41 |
| Hex | 90 | 9C | 35 | 8 | 0 | 42 | 27 | 43 | 31 | 29 |
| Octal | 220 | 234 | 65 | 10 | 0 | 102 | 47 | 103 | 61 | 51 |
| Binary | 10010000 | 10011100 | 110101 | 1000 | 0 | 1000010 | 100111 | 1000011 | 110001 | 101001 |
Color Harmonies of #909C35
Complementary color
Monochromatic Colors of #909C35
Black with #909C35
Text Example
Text Example
White with #909C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909C35; }
p { color: rgb(144,156,53); }
H1.HeaderClassName
{
color: #909C35;
}
.AnyTagClassName
{
color: #909C35;
}
</style>
background-color css
<style>
a { background-color: #909C35; }
a { background-color: rgb(144,156,53); }
div.DivClassName
{
background-color: #909C35;
}
.BgClassName
{
background-color: #909C35;
}
</style>
border-color css
<style>
span { border-color: #909C35; }
span { border-color: rgb(144,156,53); }
td.TdClassName
{
border-color: #909C35;
}
.TagClassName
{
border-color: #909C35;
}
</style>