Shades of Sushi #84A32E
Tints of Sushi #84A32E
RGB
CMYK
RGB Variations
Color information
#84A32E (or 0x84A32E) is known color: Sushi. HEX triplet: 84, A3 and 2E. RGB value is (132,163,46). Sum of RGB (Red+Green+Blue) = 132+163+46=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 163 - color contains mainly: green. Hex color #84A32E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A32E is #7B5CD1. Grayscale: #8C8C8C. Windows color (decimal): -8084690 or 3056516. OLE color: 3056516.
HSL color Cylindrical-coordinate representation of color #84A32E: hue angle of 75.9º 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 #84A32E is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 163 | 46 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.36 |
| HSL | 75.9º | 0.56% | 0.41% | - |
| HSV(B) | 75.9º | 0.72% | 0.64% | - |
| XYZ | 23.11 | 31.3 | 7.41 | - |
| YUV | 140.39 | 74.73 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 46 | 0.19 | 0 | 0.72 | 0.36 | 75.9 | 0.56 | 0.41 |
| Hex | 84 | A3 | 2E | 13 | 0 | 48 | 24 | 4C | 38 | 29 |
| Octal | 204 | 243 | 56 | 23 | 0 | 110 | 44 | 114 | 70 | 51 |
| Binary | 10000100 | 10100011 | 101110 | 10011 | 0 | 1001000 | 100100 | 1001100 | 111000 | 101001 |
Color Harmonies of #84A32E
Complementary color
Monochromatic Colors of #84A32E
Black with #84A32E
Text Example
Text Example
White with #84A32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A32E; }
p { color: rgb(132,163,46); }
H1.HeaderClassName
{
color: #84A32E;
}
.AnyTagClassName
{
color: #84A32E;
}
</style>
background-color css
<style>
a { background-color: #84A32E; }
a { background-color: rgb(132,163,46); }
div.DivClassName
{
background-color: #84A32E;
}
.BgClassName
{
background-color: #84A32E;
}
</style>
border-color css
<style>
span { border-color: #84A32E; }
span { border-color: rgb(132,163,46); }
td.TdClassName
{
border-color: #84A32E;
}
.TagClassName
{
border-color: #84A32E;
}
</style>