Shades of Sushi #84A041
Tints of Sushi #84A041
RGB
CMYK
RGB Variations
Color information
#84A041 (or 0x84A041) is known color: Sushi. HEX triplet: 84, A0 and 41. RGB value is (132,160,65). Sum of RGB (Red+Green+Blue) = 132+160+65=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 160 - color contains mainly: green. Hex color #84A041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A041 is #7B5FBE. Grayscale: #8D8D8D. Windows color (decimal): -8085439 or 4300932. OLE color: 4300932.
HSL color Cylindrical-coordinate representation of color #84A041: hue angle of 77.68º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #84A041 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 160 | 65 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.37 |
| HSL | 77.68º | 0.42% | 0.44% | - |
| HSV(B) | 77.68º | 0.59% | 0.63% | - |
| XYZ | 23.04 | 30.43 | 9.66 | - |
| YUV | 140.8 | 85.22 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 65 | 0.17 | 0 | 0.59 | 0.37 | 77.68 | 0.42 | 0.44 |
| Hex | 84 | A0 | 41 | 11 | 0 | 3B | 25 | 4E | 2A | 2C |
| Octal | 204 | 240 | 101 | 21 | 0 | 73 | 45 | 116 | 52 | 54 |
| Binary | 10000100 | 10100000 | 1000001 | 10001 | 0 | 111011 | 100101 | 1001110 | 101010 | 101100 |
Color Harmonies of #84A041
Complementary color
Monochromatic Colors of #84A041
Black with #84A041
Text Example
Text Example
White with #84A041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A041; }
p { color: rgb(132,160,65); }
H1.HeaderClassName
{
color: #84A041;
}
.AnyTagClassName
{
color: #84A041;
}
</style>
background-color css
<style>
a { background-color: #84A041; }
a { background-color: rgb(132,160,65); }
div.DivClassName
{
background-color: #84A041;
}
.BgClassName
{
background-color: #84A041;
}
</style>
border-color css
<style>
span { border-color: #84A041; }
span { border-color: rgb(132,160,65); }
td.TdClassName
{
border-color: #84A041;
}
.TagClassName
{
border-color: #84A041;
}
</style>