Shades of Sushi #859D33
Tints of Sushi #859D33
RGB
CMYK
RGB Variations
Color information
#859D33 (or 0x859D33) is known color: Sushi. HEX triplet: 85, 9D and 33. RGB value is (133,157,51). Sum of RGB (Red+Green+Blue) = 133+157+51=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 157 - color contains mainly: green. Hex color #859D33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859D33 is #7A62CC. Grayscale: #8A8A8A. Windows color (decimal): -8020685 or 3382661. OLE color: 3382661.
HSL color Cylindrical-coordinate representation of color #859D33: hue angle of 73.58º degrees, saturation: 0.51, 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 #859D33 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 157 | 51 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.38 |
| HSL | 73.58º | 0.51% | 0.41% | - |
| HSV(B) | 73.58º | 0.68% | 0.62% | - |
| XYZ | 22.33 | 29.34 | 7.62 | - |
| YUV | 137.74 | 79.05 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 51 | 0.15 | 0 | 0.68 | 0.38 | 73.58 | 0.51 | 0.41 |
| Hex | 85 | 9D | 33 | F | 0 | 44 | 26 | 4A | 33 | 29 |
| Octal | 205 | 235 | 63 | 17 | 0 | 104 | 46 | 112 | 63 | 51 |
| Binary | 10000101 | 10011101 | 110011 | 1111 | 0 | 1000100 | 100110 | 1001010 | 110011 | 101001 |
Color Harmonies of #859D33
Complementary color
Monochromatic Colors of #859D33
Black with #859D33
Text Example
Text Example
White with #859D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859D33; }
p { color: rgb(133,157,51); }
H1.HeaderClassName
{
color: #859D33;
}
.AnyTagClassName
{
color: #859D33;
}
</style>
background-color css
<style>
a { background-color: #859D33; }
a { background-color: rgb(133,157,51); }
div.DivClassName
{
background-color: #859D33;
}
.BgClassName
{
background-color: #859D33;
}
</style>
border-color css
<style>
span { border-color: #859D33; }
span { border-color: rgb(133,157,51); }
td.TdClassName
{
border-color: #859D33;
}
.TagClassName
{
border-color: #859D33;
}
</style>