Shades of Sushi #84A53D
Tints of Sushi #84A53D
RGB
CMYK
RGB Variations
Color information
#84A53D (or 0x84A53D) is known color: Sushi. HEX triplet: 84, A5 and 3D. RGB value is (132,165,61). Sum of RGB (Red+Green+Blue) = 132+165+61=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 165 - color contains mainly: green. Hex color #84A53D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A53D is #7B5AC2. Grayscale: #8F8F8F. Windows color (decimal): -8084163 or 4040068. OLE color: 4040068.
HSL color Cylindrical-coordinate representation of color #84A53D: hue angle of 79.04º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84A53D is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 165 | 61 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.35 |
| HSL | 79.04º | 0.46% | 0.44% | - |
| HSV(B) | 79.04º | 0.63% | 0.65% | - |
| XYZ | 23.81 | 32.15 | 9.37 | - |
| YUV | 143.28 | 81.57 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 165 | 61 | 0.20 | 0 | 0.63 | 0.35 | 79.04 | 0.46 | 0.44 |
| Hex | 84 | A5 | 3D | 14 | 0 | 3F | 23 | 4F | 2E | 2C |
| Octal | 204 | 245 | 75 | 24 | 0 | 77 | 43 | 117 | 56 | 54 |
| Binary | 10000100 | 10100101 | 111101 | 10100 | 0 | 111111 | 100011 | 1001111 | 101110 | 101100 |
Color Harmonies of #84A53D
Complementary color
Monochromatic Colors of #84A53D
Black with #84A53D
Text Example
Text Example
White with #84A53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A53D; }
p { color: rgb(132,165,61); }
H1.HeaderClassName
{
color: #84A53D;
}
.AnyTagClassName
{
color: #84A53D;
}
</style>
background-color css
<style>
a { background-color: #84A53D; }
a { background-color: rgb(132,165,61); }
div.DivClassName
{
background-color: #84A53D;
}
.BgClassName
{
background-color: #84A53D;
}
</style>
border-color css
<style>
span { border-color: #84A53D; }
span { border-color: rgb(132,165,61); }
td.TdClassName
{
border-color: #84A53D;
}
.TagClassName
{
border-color: #84A53D;
}
</style>