Shades of Sushi #84A131
Tints of Sushi #84A131
RGB
CMYK
RGB Variations
Color information
#84A131 (or 0x84A131) is known color: Sushi. HEX triplet: 84, A1 and 31. RGB value is (132,161,49). Sum of RGB (Red+Green+Blue) = 132+161+49=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #84A131 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A131 is #7B5ECE. Grayscale: #8B8B8B. Windows color (decimal): -8085199 or 3252612. OLE color: 3252612.
HSL color Cylindrical-coordinate representation of color #84A131: hue angle of 75.54º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84A131 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 49 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.37 |
| HSL | 75.54º | 0.53% | 0.41% | - |
| HSV(B) | 75.54º | 0.7% | 0.63% | - |
| XYZ | 22.81 | 30.62 | 7.61 | - |
| YUV | 139.56 | 76.89 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 49 | 0.18 | 0 | 0.70 | 0.37 | 75.54 | 0.53 | 0.41 |
| Hex | 84 | A1 | 31 | 12 | 0 | 46 | 25 | 4C | 35 | 29 |
| Octal | 204 | 241 | 61 | 22 | 0 | 106 | 45 | 114 | 65 | 51 |
| Binary | 10000100 | 10100001 | 110001 | 10010 | 0 | 1000110 | 100101 | 1001100 | 110101 | 101001 |
Color Harmonies of #84A131
Complementary color
Monochromatic Colors of #84A131
Black with #84A131
Text Example
Text Example
White with #84A131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A131; }
p { color: rgb(132,161,49); }
H1.HeaderClassName
{
color: #84A131;
}
.AnyTagClassName
{
color: #84A131;
}
</style>
background-color css
<style>
a { background-color: #84A131; }
a { background-color: rgb(132,161,49); }
div.DivClassName
{
background-color: #84A131;
}
.BgClassName
{
background-color: #84A131;
}
</style>
border-color css
<style>
span { border-color: #84A131; }
span { border-color: rgb(132,161,49); }
td.TdClassName
{
border-color: #84A131;
}
.TagClassName
{
border-color: #84A131;
}
</style>