Shades of Sushi #85AA38
Tints of Sushi #85AA38
RGB
CMYK
RGB Variations
Color information
#85AA38 (or 0x85AA38) is known color: Sushi. HEX triplet: 85, AA and 38. RGB value is (133,170,56). Sum of RGB (Red+Green+Blue) = 133+170+56=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AA38 is #7A55C7. Grayscale: #929292. Windows color (decimal): -8017352 or 3713669. OLE color: 3713669.
HSL color Cylindrical-coordinate representation of color #85AA38: hue angle of 79.47º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85AA38 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 170 | 56 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.33 |
| HSL | 79.47º | 0.5% | 0.44% | - |
| HSV(B) | 79.47º | 0.67% | 0.67% | - |
| XYZ | 24.76 | 34.02 | 9 | - |
| YUV | 145.94 | 77.24 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 170 | 56 | 0.22 | 0 | 0.67 | 0.33 | 79.47 | 0.5 | 0.44 |
| Hex | 85 | AA | 38 | 16 | 0 | 43 | 21 | 4F | 32 | 2C |
| Octal | 205 | 252 | 70 | 26 | 0 | 103 | 41 | 117 | 62 | 54 |
| Binary | 10000101 | 10101010 | 111000 | 10110 | 0 | 1000011 | 100001 | 1001111 | 110010 | 101100 |
Color Harmonies of #85AA38
Complementary color
Monochromatic Colors of #85AA38
Black with #85AA38
Text Example
Text Example
White with #85AA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AA38; }
p { color: rgb(133,170,56); }
H1.HeaderClassName
{
color: #85AA38;
}
.AnyTagClassName
{
color: #85AA38;
}
</style>
background-color css
<style>
a { background-color: #85AA38; }
a { background-color: rgb(133,170,56); }
div.DivClassName
{
background-color: #85AA38;
}
.BgClassName
{
background-color: #85AA38;
}
</style>
border-color css
<style>
span { border-color: #85AA38; }
span { border-color: rgb(133,170,56); }
td.TdClassName
{
border-color: #85AA38;
}
.TagClassName
{
border-color: #85AA38;
}
</style>