Shades of Sushi #81982B
Tints of Sushi #81982B
RGB
CMYK
RGB Variations
Color information
#81982B (or 0x81982B) is known color: Sushi. HEX triplet: 81, 98 and 2B. RGB value is (129,152,43). Sum of RGB (Red+Green+Blue) = 129+152+43=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #81982B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81982B is #7E67D4. Grayscale: #858585. Windows color (decimal): -8284117 or 2857089. OLE color: 2857089.
HSL color Cylindrical-coordinate representation of color #81982B: hue angle of 72.66º 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 #81982B is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 152 | 43 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.40 |
| HSL | 72.66º | 0.56% | 0.38% | - |
| HSV(B) | 72.66º | 0.72% | 0.6% | - |
| XYZ | 20.72 | 27.3 | 6.46 | - |
| YUV | 132.7 | 77.38 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 152 | 43 | 0.15 | 0 | 0.72 | 0.40 | 72.66 | 0.56 | 0.38 |
| Hex | 81 | 98 | 2B | F | 0 | 48 | 28 | 49 | 38 | 26 |
| Octal | 201 | 230 | 53 | 17 | 0 | 110 | 50 | 111 | 70 | 46 |
| Binary | 10000001 | 10011000 | 101011 | 1111 | 0 | 1001000 | 101000 | 1001001 | 111000 | 100110 |
Color Harmonies of #81982B
Complementary color
Monochromatic Colors of #81982B
Black with #81982B
Text Example
Text Example
White with #81982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81982B; }
p { color: rgb(129,152,43); }
H1.HeaderClassName
{
color: #81982B;
}
.AnyTagClassName
{
color: #81982B;
}
</style>
background-color css
<style>
a { background-color: #81982B; }
a { background-color: rgb(129,152,43); }
div.DivClassName
{
background-color: #81982B;
}
.BgClassName
{
background-color: #81982B;
}
</style>
border-color css
<style>
span { border-color: #81982B; }
span { border-color: rgb(129,152,43); }
td.TdClassName
{
border-color: #81982B;
}
.TagClassName
{
border-color: #81982B;
}
</style>