Shades of Sushi #81982E
Tints of Sushi #81982E
RGB
CMYK
RGB Variations
Color information
#81982E (or 0x81982E) is known color: Sushi. HEX triplet: 81, 98 and 2E. RGB value is (129,152,46). Sum of RGB (Red+Green+Blue) = 129+152+46=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #81982E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81982E is #7E67D1. Grayscale: #858585. Windows color (decimal): -8284114 or 3053697. OLE color: 3053697.
HSL color Cylindrical-coordinate representation of color #81982E: hue angle of 73.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 #81982E is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 152 | 46 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.40 |
| HSL | 73.02º | 0.54% | 0.39% | - |
| HSV(B) | 73.02º | 0.7% | 0.6% | - |
| XYZ | 20.77 | 27.32 | 6.76 | - |
| YUV | 133.04 | 78.88 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 152 | 46 | 0.15 | 0 | 0.70 | 0.40 | 73.02 | 0.54 | 0.39 |
| Hex | 81 | 98 | 2E | F | 0 | 46 | 28 | 49 | 36 | 27 |
| Octal | 201 | 230 | 56 | 17 | 0 | 106 | 50 | 111 | 66 | 47 |
| Binary | 10000001 | 10011000 | 101110 | 1111 | 0 | 1000110 | 101000 | 1001001 | 110110 | 100111 |
Color Harmonies of #81982E
Complementary color
Monochromatic Colors of #81982E
Black with #81982E
Text Example
Text Example
White with #81982E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81982E; }
p { color: rgb(129,152,46); }
H1.HeaderClassName
{
color: #81982E;
}
.AnyTagClassName
{
color: #81982E;
}
</style>
background-color css
<style>
a { background-color: #81982E; }
a { background-color: rgb(129,152,46); }
div.DivClassName
{
background-color: #81982E;
}
.BgClassName
{
background-color: #81982E;
}
</style>
border-color css
<style>
span { border-color: #81982E; }
span { border-color: rgb(129,152,46); }
td.TdClassName
{
border-color: #81982E;
}
.TagClassName
{
border-color: #81982E;
}
</style>