Shades of Wasabi #869C33
Tints of Wasabi #869C33
RGB
CMYK
RGB Variations
Color information
#869C33 (or 0x869C33) is known color: Wasabi. HEX triplet: 86, 9C and 33. RGB value is (134,156,51). Sum of RGB (Red+Green+Blue) = 134+156+51=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #869C33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869C33 is #7963CC. Grayscale: #898989. Windows color (decimal): -7955405 or 3382406. OLE color: 3382406.
HSL color Cylindrical-coordinate representation of color #869C33: hue angle of 72.57º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #869C33 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 134 | 156 | 51 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.39 |
| HSL | 72.57º | 0.51% | 0.41% | - |
| HSV(B) | 72.57º | 0.67% | 0.61% | - |
| XYZ | 22.32 | 29.08 | 7.57 | - |
| YUV | 137.45 | 79.21 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 156 | 51 | 0.14 | 0 | 0.67 | 0.39 | 72.57 | 0.51 | 0.41 |
| Hex | 86 | 9C | 33 | E | 0 | 43 | 27 | 49 | 33 | 29 |
| Octal | 206 | 234 | 63 | 16 | 0 | 103 | 47 | 111 | 63 | 51 |
| Binary | 10000110 | 10011100 | 110011 | 1110 | 0 | 1000011 | 100111 | 1001001 | 110011 | 101001 |
Color Harmonies of #869C33
Complementary color
Monochromatic Colors of #869C33
Black with #869C33
Text Example
Text Example
White with #869C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869C33; }
p { color: rgb(134,156,51); }
H1.HeaderClassName
{
color: #869C33;
}
.AnyTagClassName
{
color: #869C33;
}
</style>
background-color css
<style>
a { background-color: #869C33; }
a { background-color: rgb(134,156,51); }
div.DivClassName
{
background-color: #869C33;
}
.BgClassName
{
background-color: #869C33;
}
</style>
border-color css
<style>
span { border-color: #869C33; }
span { border-color: rgb(134,156,51); }
td.TdClassName
{
border-color: #869C33;
}
.TagClassName
{
border-color: #869C33;
}
</style>