Shades of Sushi #85A235
Tints of Sushi #85A235
RGB
CMYK
RGB Variations
Color information
#85A235 (or 0x85A235) is known color: Sushi. HEX triplet: 85, A2 and 35. RGB value is (133,162,53). Sum of RGB (Red+Green+Blue) = 133+162+53=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #85A235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A235 is #7A5DCA. Grayscale: #8D8D8D. Windows color (decimal): -8019403 or 3515013. OLE color: 3515013.
HSL color Cylindrical-coordinate representation of color #85A235: hue angle of 75.96º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85A235 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 162 | 53 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.36 |
| HSL | 75.96º | 0.51% | 0.42% | - |
| HSV(B) | 75.96º | 0.67% | 0.64% | - |
| XYZ | 23.24 | 31.08 | 8.14 | - |
| YUV | 140.9 | 78.39 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 162 | 53 | 0.18 | 0 | 0.67 | 0.36 | 75.96 | 0.51 | 0.42 |
| Hex | 85 | A2 | 35 | 12 | 0 | 43 | 24 | 4C | 33 | 2A |
| Octal | 205 | 242 | 65 | 22 | 0 | 103 | 44 | 114 | 63 | 52 |
| Binary | 10000101 | 10100010 | 110101 | 10010 | 0 | 1000011 | 100100 | 1001100 | 110011 | 101010 |
Color Harmonies of #85A235
Complementary color
Monochromatic Colors of #85A235
Black with #85A235
Text Example
Text Example
White with #85A235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A235; }
p { color: rgb(133,162,53); }
H1.HeaderClassName
{
color: #85A235;
}
.AnyTagClassName
{
color: #85A235;
}
</style>
background-color css
<style>
a { background-color: #85A235; }
a { background-color: rgb(133,162,53); }
div.DivClassName
{
background-color: #85A235;
}
.BgClassName
{
background-color: #85A235;
}
</style>
border-color css
<style>
span { border-color: #85A235; }
span { border-color: rgb(133,162,53); }
td.TdClassName
{
border-color: #85A235;
}
.TagClassName
{
border-color: #85A235;
}
</style>