Shades of Sushi #84A245
Tints of Sushi #84A245
RGB
CMYK
RGB Variations
Color information
#84A245 (or 0x84A245) is known color: Sushi. HEX triplet: 84, A2 and 45. RGB value is (132,162,69). Sum of RGB (Red+Green+Blue) = 132+162+69=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 162 - color contains mainly: green. Hex color #84A245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A245 is #7B5DBA. Grayscale: #8E8E8E. Windows color (decimal): -8084923 or 4563588. OLE color: 4563588.
HSL color Cylindrical-coordinate representation of color #84A245: hue angle of 79.35º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84A245 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 69 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.36 |
| HSL | 79.35º | 0.4% | 0.45% | - |
| HSV(B) | 79.35º | 0.57% | 0.64% | - |
| XYZ | 23.51 | 31.18 | 10.41 | - |
| YUV | 142.43 | 86.56 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 69 | 0.19 | 0 | 0.57 | 0.36 | 79.35 | 0.4 | 0.45 |
| Hex | 84 | A2 | 45 | 13 | 0 | 39 | 24 | 4F | 28 | 2D |
| Octal | 204 | 242 | 105 | 23 | 0 | 71 | 44 | 117 | 50 | 55 |
| Binary | 10000100 | 10100010 | 1000101 | 10011 | 0 | 111001 | 100100 | 1001111 | 101000 | 101101 |
Color Harmonies of #84A245
Complementary color
Monochromatic Colors of #84A245
Black with #84A245
Text Example
Text Example
White with #84A245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A245; }
p { color: rgb(132,162,69); }
H1.HeaderClassName
{
color: #84A245;
}
.AnyTagClassName
{
color: #84A245;
}
</style>
background-color css
<style>
a { background-color: #84A245; }
a { background-color: rgb(132,162,69); }
div.DivClassName
{
background-color: #84A245;
}
.BgClassName
{
background-color: #84A245;
}
</style>
border-color css
<style>
span { border-color: #84A245; }
span { border-color: rgb(132,162,69); }
td.TdClassName
{
border-color: #84A245;
}
.TagClassName
{
border-color: #84A245;
}
</style>