Shades of Sushi #80992E
Tints of Sushi #80992E
RGB
CMYK
RGB Variations
Color information
#80992E (or 0x80992E) is known color: Sushi. HEX triplet: 80, 99 and 2E. RGB value is (128,153,46). Sum of RGB (Red+Green+Blue) = 128+153+46=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #80992E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80992E is #7F66D1. Grayscale: #858585. Windows color (decimal): -8349394 or 3053952. OLE color: 3053952.
HSL color Cylindrical-coordinate representation of color #80992E: hue angle of 74.02º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80992E is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 153 | 46 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.4 |
| HSL | 74.02º | 0.54% | 0.39% | - |
| HSV(B) | 74.02º | 0.7% | 0.6% | - |
| XYZ | 20.79 | 27.57 | 6.81 | - |
| YUV | 133.33 | 78.72 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 46 | 0.16 | 0 | 0.70 | 0.4 | 74.02 | 0.54 | 0.39 |
| Hex | 80 | 99 | 2E | 10 | 0 | 46 | 28 | 4A | 36 | 27 |
| Octal | 200 | 231 | 56 | 20 | 0 | 106 | 50 | 112 | 66 | 47 |
| Binary | 10000000 | 10011001 | 101110 | 10000 | 0 | 1000110 | 101000 | 1001010 | 110110 | 100111 |
Color Harmonies of #80992E
Complementary color
Monochromatic Colors of #80992E
Black with #80992E
Text Example
Text Example
White with #80992E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80992E; }
p { color: rgb(128,153,46); }
H1.HeaderClassName
{
color: #80992E;
}
.AnyTagClassName
{
color: #80992E;
}
</style>
background-color css
<style>
a { background-color: #80992E; }
a { background-color: rgb(128,153,46); }
div.DivClassName
{
background-color: #80992E;
}
.BgClassName
{
background-color: #80992E;
}
</style>
border-color css
<style>
span { border-color: #80992E; }
span { border-color: rgb(128,153,46); }
td.TdClassName
{
border-color: #80992E;
}
.TagClassName
{
border-color: #80992E;
}
</style>