Shades of Sushi #859D32
Tints of Sushi #859D32
RGB
CMYK
RGB Variations
Color information
#859D32 (or 0x859D32) is known color: Sushi. HEX triplet: 85, 9D and 32. RGB value is (133,157,50). Sum of RGB (Red+Green+Blue) = 133+157+50=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 157 - color contains mainly: green. Hex color #859D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859D32 is #7A62CD. Grayscale: #8A8A8A. Windows color (decimal): -8020686 or 3317125. OLE color: 3317125.
HSL color Cylindrical-coordinate representation of color #859D32: hue angle of 73.46º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #859D32 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 157 | 50 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.38 |
| HSL | 73.46º | 0.52% | 0.41% | - |
| HSV(B) | 73.46º | 0.68% | 0.62% | - |
| XYZ | 22.31 | 29.33 | 7.5 | - |
| YUV | 137.63 | 78.55 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 50 | 0.15 | 0 | 0.68 | 0.38 | 73.46 | 0.52 | 0.41 |
| Hex | 85 | 9D | 32 | F | 0 | 44 | 26 | 49 | 34 | 29 |
| Octal | 205 | 235 | 62 | 17 | 0 | 104 | 46 | 111 | 64 | 51 |
| Binary | 10000101 | 10011101 | 110010 | 1111 | 0 | 1000100 | 100110 | 1001001 | 110100 | 101001 |
Color Harmonies of #859D32
Complementary color
Monochromatic Colors of #859D32
Black with #859D32
Text Example
Text Example
White with #859D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859D32; }
p { color: rgb(133,157,50); }
H1.HeaderClassName
{
color: #859D32;
}
.AnyTagClassName
{
color: #859D32;
}
</style>
background-color css
<style>
a { background-color: #859D32; }
a { background-color: rgb(133,157,50); }
div.DivClassName
{
background-color: #859D32;
}
.BgClassName
{
background-color: #859D32;
}
</style>
border-color css
<style>
span { border-color: #859D32; }
span { border-color: rgb(133,157,50); }
td.TdClassName
{
border-color: #859D32;
}
.TagClassName
{
border-color: #859D32;
}
</style>