Shades of Wasabi #859A30
Tints of Wasabi #859A30
RGB
CMYK
RGB Variations
Color information
#859A30 (or 0x859A30) is known color: Wasabi. HEX triplet: 85, 9A and 30. RGB value is (133,154,48). Sum of RGB (Red+Green+Blue) = 133+154+48=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 154 - color contains mainly: green. Hex color #859A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859A30 is #7A65CF. Grayscale: #888888. Windows color (decimal): -8021456 or 3185285. OLE color: 3185285.
HSL color Cylindrical-coordinate representation of color #859A30: hue angle of 71.89º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #859A30 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 154 | 48 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.40 |
| HSL | 71.89º | 0.52% | 0.4% | - |
| HSV(B) | 71.89º | 0.69% | 0.6% | - |
| XYZ | 21.76 | 28.31 | 7.11 | - |
| YUV | 135.64 | 78.54 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 48 | 0.14 | 0 | 0.69 | 0.40 | 71.89 | 0.52 | 0.4 |
| Hex | 85 | 9A | 30 | E | 0 | 45 | 28 | 48 | 34 | 28 |
| Octal | 205 | 232 | 60 | 16 | 0 | 105 | 50 | 110 | 64 | 50 |
| Binary | 10000101 | 10011010 | 110000 | 1110 | 0 | 1000101 | 101000 | 1001000 | 110100 | 101000 |
Color Harmonies of #859A30
Complementary color
Monochromatic Colors of #859A30
Black with #859A30
Text Example
Text Example
White with #859A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859A30; }
p { color: rgb(133,154,48); }
H1.HeaderClassName
{
color: #859A30;
}
.AnyTagClassName
{
color: #859A30;
}
</style>
background-color css
<style>
a { background-color: #859A30; }
a { background-color: rgb(133,154,48); }
div.DivClassName
{
background-color: #859A30;
}
.BgClassName
{
background-color: #859A30;
}
</style>
border-color css
<style>
span { border-color: #859A30; }
span { border-color: rgb(133,154,48); }
td.TdClassName
{
border-color: #859A30;
}
.TagClassName
{
border-color: #859A30;
}
</style>