Shades of Sushi #84A32D
Tints of Sushi #84A32D
RGB
CMYK
RGB Variations
Color information
#84A32D (or 0x84A32D) is known color: Sushi. HEX triplet: 84, A3 and 2D. RGB value is (132,163,45). Sum of RGB (Red+Green+Blue) = 132+163+45=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 163 - color contains mainly: green. Hex color #84A32D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A32D is #7B5CD2. Grayscale: #8C8C8C. Windows color (decimal): -8084691 or 2990980. OLE color: 2990980.
HSL color Cylindrical-coordinate representation of color #84A32D: hue angle of 75.76º degrees, saturation: 0.57, 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 #84A32D is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 163 | 45 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.36 |
| HSL | 75.76º | 0.57% | 0.41% | - |
| HSV(B) | 75.76º | 0.72% | 0.64% | - |
| XYZ | 23.09 | 31.29 | 7.31 | - |
| YUV | 140.28 | 74.23 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 45 | 0.19 | 0 | 0.72 | 0.36 | 75.76 | 0.57 | 0.41 |
| Hex | 84 | A3 | 2D | 13 | 0 | 48 | 24 | 4C | 39 | 29 |
| Octal | 204 | 243 | 55 | 23 | 0 | 110 | 44 | 114 | 71 | 51 |
| Binary | 10000100 | 10100011 | 101101 | 10011 | 0 | 1001000 | 100100 | 1001100 | 111001 | 101001 |
Color Harmonies of #84A32D
Complementary color
Monochromatic Colors of #84A32D
Black with #84A32D
Text Example
Text Example
White with #84A32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A32D; }
p { color: rgb(132,163,45); }
H1.HeaderClassName
{
color: #84A32D;
}
.AnyTagClassName
{
color: #84A32D;
}
</style>
background-color css
<style>
a { background-color: #84A32D; }
a { background-color: rgb(132,163,45); }
div.DivClassName
{
background-color: #84A32D;
}
.BgClassName
{
background-color: #84A32D;
}
</style>
border-color css
<style>
span { border-color: #84A32D; }
span { border-color: rgb(132,163,45); }
td.TdClassName
{
border-color: #84A32D;
}
.TagClassName
{
border-color: #84A32D;
}
</style>