Shades of Sushi #84A241
Tints of Sushi #84A241
RGB
CMYK
RGB Variations
Color information
#84A241 (or 0x84A241) is known color: Sushi. HEX triplet: 84, A2 and 41. RGB value is (132,162,65). Sum of RGB (Red+Green+Blue) = 132+162+65=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #84A241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A241 is #7B5DBE. Grayscale: #8E8E8E. Windows color (decimal): -8084927 or 4301444. OLE color: 4301444.
HSL color Cylindrical-coordinate representation of color #84A241: hue angle of 78.56º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84A241 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 65 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.36 |
| HSL | 78.56º | 0.43% | 0.45% | - |
| HSV(B) | 78.56º | 0.6% | 0.64% | - |
| XYZ | 23.39 | 31.13 | 9.78 | - |
| YUV | 141.97 | 84.56 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 65 | 0.19 | 0 | 0.60 | 0.36 | 78.56 | 0.43 | 0.45 |
| Hex | 84 | A2 | 41 | 13 | 0 | 3C | 24 | 4F | 2B | 2D |
| Octal | 204 | 242 | 101 | 23 | 0 | 74 | 44 | 117 | 53 | 55 |
| Binary | 10000100 | 10100010 | 1000001 | 10011 | 0 | 111100 | 100100 | 1001111 | 101011 | 101101 |
Color Harmonies of #84A241
Complementary color
Monochromatic Colors of #84A241
Black with #84A241
Text Example
Text Example
White with #84A241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A241; }
p { color: rgb(132,162,65); }
H1.HeaderClassName
{
color: #84A241;
}
.AnyTagClassName
{
color: #84A241;
}
</style>
background-color css
<style>
a { background-color: #84A241; }
a { background-color: rgb(132,162,65); }
div.DivClassName
{
background-color: #84A241;
}
.BgClassName
{
background-color: #84A241;
}
</style>
border-color css
<style>
span { border-color: #84A241; }
span { border-color: rgb(132,162,65); }
td.TdClassName
{
border-color: #84A241;
}
.TagClassName
{
border-color: #84A241;
}
</style>