Shades of Sushi #84A22E
Tints of Sushi #84A22E
RGB
CMYK
RGB Variations
Color information
#84A22E (or 0x84A22E) is known color: Sushi. HEX triplet: 84, A2 and 2E. RGB value is (132,162,46). Sum of RGB (Red+Green+Blue) = 132+162+46=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 162 - color contains mainly: green. Hex color #84A22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A22E is #7B5DD1. Grayscale: #8C8C8C. Windows color (decimal): -8084946 or 3056260. OLE color: 3056260.
HSL color Cylindrical-coordinate representation of color #84A22E: hue angle of 75.52º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84A22E is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 46 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.36 |
| HSL | 75.52º | 0.56% | 0.41% | - |
| HSV(B) | 75.52º | 0.72% | 0.64% | - |
| XYZ | 22.93 | 30.94 | 7.35 | - |
| YUV | 139.81 | 75.06 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 46 | 0.19 | 0 | 0.72 | 0.36 | 75.52 | 0.56 | 0.41 |
| Hex | 84 | A2 | 2E | 13 | 0 | 48 | 24 | 4C | 38 | 29 |
| Octal | 204 | 242 | 56 | 23 | 0 | 110 | 44 | 114 | 70 | 51 |
| Binary | 10000100 | 10100010 | 101110 | 10011 | 0 | 1001000 | 100100 | 1001100 | 111000 | 101001 |
Color Harmonies of #84A22E
Complementary color
Monochromatic Colors of #84A22E
Black with #84A22E
Text Example
Text Example
White with #84A22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A22E; }
p { color: rgb(132,162,46); }
H1.HeaderClassName
{
color: #84A22E;
}
.AnyTagClassName
{
color: #84A22E;
}
</style>
background-color css
<style>
a { background-color: #84A22E; }
a { background-color: rgb(132,162,46); }
div.DivClassName
{
background-color: #84A22E;
}
.BgClassName
{
background-color: #84A22E;
}
</style>
border-color css
<style>
span { border-color: #84A22E; }
span { border-color: rgb(132,162,46); }
td.TdClassName
{
border-color: #84A22E;
}
.TagClassName
{
border-color: #84A22E;
}
</style>