Shades of Sushi #84A731
Tints of Sushi #84A731
RGB
CMYK
RGB Variations
Color information
#84A731 (or 0x84A731) is known color: Sushi. HEX triplet: 84, A7 and 31. RGB value is (132,167,49). Sum of RGB (Red+Green+Blue) = 132+167+49=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 167 (65.62% from 255 or 47.99% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 167 - color contains mainly: green. Hex color #84A731 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A731 is #7B58CE. Grayscale: #8F8F8F. Windows color (decimal): -8083663 or 3254148. OLE color: 3254148.
HSL color Cylindrical-coordinate representation of color #84A731: hue angle of 77.8º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84A731 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 167 | 49 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.35 |
| HSL | 77.8º | 0.55% | 0.42% | - |
| HSV(B) | 77.8º | 0.71% | 0.65% | - |
| XYZ | 23.89 | 32.76 | 7.97 | - |
| YUV | 143.08 | 74.9 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 49 | 0.21 | 0 | 0.71 | 0.35 | 77.8 | 0.55 | 0.42 |
| Hex | 84 | A7 | 31 | 15 | 0 | 47 | 23 | 4E | 37 | 2A |
| Octal | 204 | 247 | 61 | 25 | 0 | 107 | 43 | 116 | 67 | 52 |
| Binary | 10000100 | 10100111 | 110001 | 10101 | 0 | 1000111 | 100011 | 1001110 | 110111 | 101010 |
Color Harmonies of #84A731
Complementary color
Monochromatic Colors of #84A731
Black with #84A731
Text Example
Text Example
White with #84A731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A731; }
p { color: rgb(132,167,49); }
H1.HeaderClassName
{
color: #84A731;
}
.AnyTagClassName
{
color: #84A731;
}
</style>
background-color css
<style>
a { background-color: #84A731; }
a { background-color: rgb(132,167,49); }
div.DivClassName
{
background-color: #84A731;
}
.BgClassName
{
background-color: #84A731;
}
</style>
border-color css
<style>
span { border-color: #84A731; }
span { border-color: rgb(132,167,49); }
td.TdClassName
{
border-color: #84A731;
}
.TagClassName
{
border-color: #84A731;
}
</style>