Shades of Sushi #85AA36
Tints of Sushi #85AA36
RGB
CMYK
RGB Variations
Color information
#85AA36 (or 0x85AA36) is known color: Sushi. HEX triplet: 85, AA and 36. RGB value is (133,170,54). Sum of RGB (Red+Green+Blue) = 133+170+54=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AA36 is #7A55C9. Grayscale: #929292. Windows color (decimal): -8017354 or 3582597. OLE color: 3582597.
HSL color Cylindrical-coordinate representation of color #85AA36: hue angle of 79.14º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85AA36 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 170 | 54 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.33 |
| HSL | 79.14º | 0.52% | 0.44% | - |
| HSV(B) | 79.14º | 0.68% | 0.67% | - |
| XYZ | 24.71 | 34 | 8.75 | - |
| YUV | 145.71 | 76.24 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 170 | 54 | 0.22 | 0 | 0.68 | 0.33 | 79.14 | 0.52 | 0.44 |
| Hex | 85 | AA | 36 | 16 | 0 | 44 | 21 | 4F | 34 | 2C |
| Octal | 205 | 252 | 66 | 26 | 0 | 104 | 41 | 117 | 64 | 54 |
| Binary | 10000101 | 10101010 | 110110 | 10110 | 0 | 1000100 | 100001 | 1001111 | 110100 | 101100 |
Color Harmonies of #85AA36
Complementary color
Monochromatic Colors of #85AA36
Black with #85AA36
Text Example
Text Example
White with #85AA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AA36; }
p { color: rgb(133,170,54); }
H1.HeaderClassName
{
color: #85AA36;
}
.AnyTagClassName
{
color: #85AA36;
}
</style>
background-color css
<style>
a { background-color: #85AA36; }
a { background-color: rgb(133,170,54); }
div.DivClassName
{
background-color: #85AA36;
}
.BgClassName
{
background-color: #85AA36;
}
</style>
border-color css
<style>
span { border-color: #85AA36; }
span { border-color: rgb(133,170,54); }
td.TdClassName
{
border-color: #85AA36;
}
.TagClassName
{
border-color: #85AA36;
}
</style>