Shades of Sushi #85AB39
Tints of Sushi #85AB39
RGB
CMYK
RGB Variations
Color information
#85AB39 (or 0x85AB39) is known color: Sushi. HEX triplet: 85, AB and 39. RGB value is (133,171,57). Sum of RGB (Red+Green+Blue) = 133+171+57=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 57 (22.66% from 255 or 15.79% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AB39 is #7A54C6. Grayscale: #939393. Windows color (decimal): -8017095 or 3779461. OLE color: 3779461.
HSL color Cylindrical-coordinate representation of color #85AB39: hue angle of 80º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85AB39 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 57 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.33 |
| HSL | 80º | 0.5% | 0.45% | - |
| HSV(B) | 80º | 0.67% | 0.67% | - |
| XYZ | 24.97 | 34.41 | 9.2 | - |
| YUV | 146.64 | 77.41 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 57 | 0.22 | 0 | 0.67 | 0.33 | 80 | 0.5 | 0.45 |
| Hex | 85 | AB | 39 | 16 | 0 | 43 | 21 | 50 | 32 | 2D |
| Octal | 205 | 253 | 71 | 26 | 0 | 103 | 41 | 120 | 62 | 55 |
| Binary | 10000101 | 10101011 | 111001 | 10110 | 0 | 1000011 | 100001 | 1010000 | 110010 | 101101 |
Color Harmonies of #85AB39
Complementary color
Monochromatic Colors of #85AB39
Black with #85AB39
Text Example
Text Example
White with #85AB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB39; }
p { color: rgb(133,171,57); }
H1.HeaderClassName
{
color: #85AB39;
}
.AnyTagClassName
{
color: #85AB39;
}
</style>
background-color css
<style>
a { background-color: #85AB39; }
a { background-color: rgb(133,171,57); }
div.DivClassName
{
background-color: #85AB39;
}
.BgClassName
{
background-color: #85AB39;
}
</style>
border-color css
<style>
span { border-color: #85AB39; }
span { border-color: rgb(133,171,57); }
td.TdClassName
{
border-color: #85AB39;
}
.TagClassName
{
border-color: #85AB39;
}
</style>