Shades of Sushi #85A02C
Tints of Sushi #85A02C
RGB
CMYK
RGB Variations
Color information
#85A02C (or 0x85A02C) is known color: Sushi. HEX triplet: 85, A0 and 2C. RGB value is (133,160,44). Sum of RGB (Red+Green+Blue) = 133+160+44=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #85A02C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A02C is #7A5FD3. Grayscale: #8B8B8B. Windows color (decimal): -8019924 or 2924677. OLE color: 2924677.
HSL color Cylindrical-coordinate representation of color #85A02C: hue angle of 73.97º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85A02C is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 133 | 160 | 44 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.37 |
| HSL | 73.97º | 0.57% | 0.4% | - |
| HSV(B) | 73.97º | 0.73% | 0.63% | - |
| XYZ | 22.7 | 30.31 | 7.04 | - |
| YUV | 138.7 | 74.55 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 160 | 44 | 0.17 | 0 | 0.72 | 0.37 | 73.97 | 0.57 | 0.4 |
| Hex | 85 | A0 | 2C | 11 | 0 | 48 | 25 | 4A | 39 | 28 |
| Octal | 205 | 240 | 54 | 21 | 0 | 110 | 45 | 112 | 71 | 50 |
| Binary | 10000101 | 10100000 | 101100 | 10001 | 0 | 1001000 | 100101 | 1001010 | 111001 | 101000 |
Color Harmonies of #85A02C
Complementary color
Monochromatic Colors of #85A02C
Black with #85A02C
Text Example
Text Example
White with #85A02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A02C; }
p { color: rgb(133,160,44); }
H1.HeaderClassName
{
color: #85A02C;
}
.AnyTagClassName
{
color: #85A02C;
}
</style>
background-color css
<style>
a { background-color: #85A02C; }
a { background-color: rgb(133,160,44); }
div.DivClassName
{
background-color: #85A02C;
}
.BgClassName
{
background-color: #85A02C;
}
</style>
border-color css
<style>
span { border-color: #85A02C; }
span { border-color: rgb(133,160,44); }
td.TdClassName
{
border-color: #85A02C;
}
.TagClassName
{
border-color: #85A02C;
}
</style>