Shades of Sushi #85A334
Tints of Sushi #85A334
RGB
CMYK
RGB Variations
Color information
#85A334 (or 0x85A334) is known color: Sushi. HEX triplet: 85, A3 and 34. RGB value is (133,163,52). Sum of RGB (Red+Green+Blue) = 133+163+52=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 163 (64.06% from 255 or 46.84% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 163 - color contains mainly: green. Hex color #85A334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A334 is #7A5CCB. Grayscale: #8D8D8D. Windows color (decimal): -8019148 or 3449733. OLE color: 3449733.
HSL color Cylindrical-coordinate representation of color #85A334: hue angle of 76.22º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85A334 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 163 | 52 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.36 |
| HSL | 76.22º | 0.52% | 0.42% | - |
| HSV(B) | 76.22º | 0.68% | 0.64% | - |
| XYZ | 23.39 | 31.43 | 8.08 | - |
| YUV | 141.38 | 77.56 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 52 | 0.18 | 0 | 0.68 | 0.36 | 76.22 | 0.52 | 0.42 |
| Hex | 85 | A3 | 34 | 12 | 0 | 44 | 24 | 4C | 34 | 2A |
| Octal | 205 | 243 | 64 | 22 | 0 | 104 | 44 | 114 | 64 | 52 |
| Binary | 10000101 | 10100011 | 110100 | 10010 | 0 | 1000100 | 100100 | 1001100 | 110100 | 101010 |
Color Harmonies of #85A334
Complementary color
Monochromatic Colors of #85A334
Black with #85A334
Text Example
Text Example
White with #85A334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A334; }
p { color: rgb(133,163,52); }
H1.HeaderClassName
{
color: #85A334;
}
.AnyTagClassName
{
color: #85A334;
}
</style>
background-color css
<style>
a { background-color: #85A334; }
a { background-color: rgb(133,163,52); }
div.DivClassName
{
background-color: #85A334;
}
.BgClassName
{
background-color: #85A334;
}
</style>
border-color css
<style>
span { border-color: #85A334; }
span { border-color: rgb(133,163,52); }
td.TdClassName
{
border-color: #85A334;
}
.TagClassName
{
border-color: #85A334;
}
</style>