Shades of Sushi #88AA3E
Tints of Sushi #88AA3E
RGB
CMYK
RGB Variations
Color information
#88AA3E (or 0x88AA3E) is known color: Sushi. HEX triplet: 88, AA and 3E. RGB value is (136,170,62). Sum of RGB (Red+Green+Blue) = 136+170+62=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 170 (66.80% from 255 or 46.20% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 170 - color contains mainly: green. Hex color #88AA3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88AA3E is #7755C1. Grayscale: #939393. Windows color (decimal): -7820738 or 4106888. OLE color: 4106888.
HSL color Cylindrical-coordinate representation of color #88AA3E: hue angle of 78.89º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #88AA3E is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 170 | 62 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.33 |
| HSL | 78.89º | 0.47% | 0.45% | - |
| HSV(B) | 78.89º | 0.64% | 0.67% | - |
| XYZ | 25.4 | 34.33 | 9.85 | - |
| YUV | 147.52 | 79.74 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 170 | 62 | 0.20 | 0 | 0.64 | 0.33 | 78.89 | 0.47 | 0.45 |
| Hex | 88 | AA | 3E | 14 | 0 | 40 | 21 | 4F | 2F | 2D |
| Octal | 210 | 252 | 76 | 24 | 0 | 100 | 41 | 117 | 57 | 55 |
| Binary | 10001000 | 10101010 | 111110 | 10100 | 0 | 1000000 | 100001 | 1001111 | 101111 | 101101 |
Color Harmonies of #88AA3E
Complementary color
Monochromatic Colors of #88AA3E
Black with #88AA3E
Text Example
Text Example
White with #88AA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AA3E; }
p { color: rgb(136,170,62); }
H1.HeaderClassName
{
color: #88AA3E;
}
.AnyTagClassName
{
color: #88AA3E;
}
</style>
background-color css
<style>
a { background-color: #88AA3E; }
a { background-color: rgb(136,170,62); }
div.DivClassName
{
background-color: #88AA3E;
}
.BgClassName
{
background-color: #88AA3E;
}
</style>
border-color css
<style>
span { border-color: #88AA3E; }
span { border-color: rgb(136,170,62); }
td.TdClassName
{
border-color: #88AA3E;
}
.TagClassName
{
border-color: #88AA3E;
}
</style>