Shades of Sushi #80982B
Tints of Sushi #80982B
RGB
CMYK
RGB Variations
Color information
#80982B (or 0x80982B) is known color: Sushi. HEX triplet: 80, 98 and 2B. RGB value is (128,152,43). Sum of RGB (Red+Green+Blue) = 128+152+43=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #80982B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80982B is #7F67D4. Grayscale: #848484. Windows color (decimal): -8349653 or 2857088. OLE color: 2857088.
HSL color Cylindrical-coordinate representation of color #80982B: hue angle of 73.21º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80982B is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 152 | 43 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.40 |
| HSL | 73.21º | 0.56% | 0.38% | - |
| HSV(B) | 73.21º | 0.72% | 0.6% | - |
| XYZ | 20.57 | 27.22 | 6.46 | - |
| YUV | 132.4 | 77.55 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 43 | 0.16 | 0 | 0.72 | 0.40 | 73.21 | 0.56 | 0.38 |
| Hex | 80 | 98 | 2B | 10 | 0 | 48 | 28 | 49 | 38 | 26 |
| Octal | 200 | 230 | 53 | 20 | 0 | 110 | 50 | 111 | 70 | 46 |
| Binary | 10000000 | 10011000 | 101011 | 10000 | 0 | 1001000 | 101000 | 1001001 | 111000 | 100110 |
Color Harmonies of #80982B
Complementary color
Monochromatic Colors of #80982B
Black with #80982B
Text Example
Text Example
White with #80982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80982B; }
p { color: rgb(128,152,43); }
H1.HeaderClassName
{
color: #80982B;
}
.AnyTagClassName
{
color: #80982B;
}
</style>
background-color css
<style>
a { background-color: #80982B; }
a { background-color: rgb(128,152,43); }
div.DivClassName
{
background-color: #80982B;
}
.BgClassName
{
background-color: #80982B;
}
</style>
border-color css
<style>
span { border-color: #80982B; }
span { border-color: rgb(128,152,43); }
td.TdClassName
{
border-color: #80982B;
}
.TagClassName
{
border-color: #80982B;
}
</style>