Shades of Wasabi #858B30
Tints of Wasabi #858B30
RGB
CMYK
RGB Variations
Color information
#858B30 (or 0x858B30) is known color: Wasabi. HEX triplet: 85, 8B and 30. RGB value is (133,139,48). Sum of RGB (Red+Green+Blue) = 133+139+48=320 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.56% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 139 - color contains mainly: green. Hex color #858B30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858B30 is #7A74CF. Grayscale: #7F7F7F. Windows color (decimal): -8025296 or 3181445. OLE color: 3181445.
HSL color Cylindrical-coordinate representation of color #858B30: hue angle of 63.96º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #858B30 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 48 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.45 |
| HSL | 63.96º | 0.49% | 0.37% | - |
| HSV(B) | 63.96º | 0.65% | 0.55% | - |
| XYZ | 19.44 | 23.67 | 6.34 | - |
| YUV | 126.83 | 83.51 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 48 | 0.04 | 0 | 0.65 | 0.45 | 63.96 | 0.49 | 0.37 |
| Hex | 85 | 8B | 30 | 4 | 0 | 41 | 2D | 40 | 31 | 25 |
| Octal | 205 | 213 | 60 | 4 | 0 | 101 | 55 | 100 | 61 | 45 |
| Binary | 10000101 | 10001011 | 110000 | 100 | 0 | 1000001 | 101101 | 1000000 | 110001 | 100101 |
Color Harmonies of #858B30
Complementary color
Monochromatic Colors of #858B30
Black with #858B30
Text Example
Text Example
White with #858B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B30; }
p { color: rgb(133,139,48); }
H1.HeaderClassName
{
color: #858B30;
}
.AnyTagClassName
{
color: #858B30;
}
</style>
background-color css
<style>
a { background-color: #858B30; }
a { background-color: rgb(133,139,48); }
div.DivClassName
{
background-color: #858B30;
}
.BgClassName
{
background-color: #858B30;
}
</style>
border-color css
<style>
span { border-color: #858B30; }
span { border-color: rgb(133,139,48); }
td.TdClassName
{
border-color: #858B30;
}
.TagClassName
{
border-color: #858B30;
}
</style>