Shades of Sushi #84B340
Tints of Sushi #84B340
RGB
CMYK
RGB Variations
Color information
#84B340 (or 0x84B340) is known color: Sushi. HEX triplet: 84, B3 and 40. RGB value is (132,179,64). Sum of RGB (Red+Green+Blue) = 132+179+64=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #84B340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B340 is #7B4CBF. Grayscale: #989898. Windows color (decimal): -8080576 or 4240260. OLE color: 4240260.
HSL color Cylindrical-coordinate representation of color #84B340: hue angle of 84.52º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84B340 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 179 | 64 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.30 |
| HSL | 84.52º | 0.47% | 0.48% | - |
| HSV(B) | 84.52º | 0.64% | 0.7% | - |
| XYZ | 26.56 | 37.52 | 10.69 | - |
| YUV | 151.84 | 78.43 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 179 | 64 | 0.26 | 0 | 0.64 | 0.30 | 84.52 | 0.47 | 0.48 |
| Hex | 84 | B3 | 40 | 1A | 0 | 40 | 1E | 55 | 2F | 30 |
| Octal | 204 | 263 | 100 | 32 | 0 | 100 | 36 | 125 | 57 | 60 |
| Binary | 10000100 | 10110011 | 1000000 | 11010 | 0 | 1000000 | 11110 | 1010101 | 101111 | 110000 |
Color Harmonies of #84B340
Complementary color
Monochromatic Colors of #84B340
Black with #84B340
Text Example
Text Example
White with #84B340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B340; }
p { color: rgb(132,179,64); }
H1.HeaderClassName
{
color: #84B340;
}
.AnyTagClassName
{
color: #84B340;
}
</style>
background-color css
<style>
a { background-color: #84B340; }
a { background-color: rgb(132,179,64); }
div.DivClassName
{
background-color: #84B340;
}
.BgClassName
{
background-color: #84B340;
}
</style>
border-color css
<style>
span { border-color: #84B340; }
span { border-color: rgb(132,179,64); }
td.TdClassName
{
border-color: #84B340;
}
.TagClassName
{
border-color: #84B340;
}
</style>