Shades of Sushi #84A02D
Tints of Sushi #84A02D
RGB
CMYK
RGB Variations
Color information
#84A02D (or 0x84A02D) is known color: Sushi. HEX triplet: 84, A0 and 2D. RGB value is (132,160,45). Sum of RGB (Red+Green+Blue) = 132+160+45=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 160 (62.89% from 255 or 47.48% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 160 - color contains mainly: green. Hex color #84A02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A02D is #7B5FD2. Grayscale: #8A8A8A. Windows color (decimal): -8085459 or 2990212. OLE color: 2990212.
HSL color Cylindrical-coordinate representation of color #84A02D: hue angle of 74.61º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84A02D is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 160 | 45 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.37 |
| HSL | 74.61º | 0.56% | 0.4% | - |
| HSV(B) | 74.61º | 0.72% | 0.63% | - |
| XYZ | 22.56 | 30.24 | 7.13 | - |
| YUV | 138.52 | 75.22 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 45 | 0.17 | 0 | 0.72 | 0.37 | 74.61 | 0.56 | 0.4 |
| Hex | 84 | A0 | 2D | 11 | 0 | 48 | 25 | 4B | 38 | 28 |
| Octal | 204 | 240 | 55 | 21 | 0 | 110 | 45 | 113 | 70 | 50 |
| Binary | 10000100 | 10100000 | 101101 | 10001 | 0 | 1001000 | 100101 | 1001011 | 111000 | 101000 |
Color Harmonies of #84A02D
Complementary color
Monochromatic Colors of #84A02D
Black with #84A02D
Text Example
Text Example
White with #84A02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A02D; }
p { color: rgb(132,160,45); }
H1.HeaderClassName
{
color: #84A02D;
}
.AnyTagClassName
{
color: #84A02D;
}
</style>
background-color css
<style>
a { background-color: #84A02D; }
a { background-color: rgb(132,160,45); }
div.DivClassName
{
background-color: #84A02D;
}
.BgClassName
{
background-color: #84A02D;
}
</style>
border-color css
<style>
span { border-color: #84A02D; }
span { border-color: rgb(132,160,45); }
td.TdClassName
{
border-color: #84A02D;
}
.TagClassName
{
border-color: #84A02D;
}
</style>