Shades of Sushi #84B040
Tints of Sushi #84B040
RGB
CMYK
RGB Variations
Color information
#84B040 (or 0x84B040) is known color: Sushi. HEX triplet: 84, B0 and 40. RGB value is (132,176,64). Sum of RGB (Red+Green+Blue) = 132+176+64=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 64 (25.39% from 255 or 17.20% from 372); Max value from RGB is 176 - color contains mainly: green. Hex color #84B040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84B040 is #7B4FBF. Grayscale: #969696. Windows color (decimal): -8081344 or 4239492. OLE color: 4239492.
HSL color Cylindrical-coordinate representation of color #84B040: hue angle of 83.57º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84B040 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 176 | 64 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.31 |
| HSL | 83.57º | 0.47% | 0.47% | - |
| HSV(B) | 83.57º | 0.64% | 0.69% | - |
| XYZ | 25.97 | 36.33 | 10.49 | - |
| YUV | 150.08 | 79.42 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 176 | 64 | 0.25 | 0 | 0.64 | 0.31 | 83.57 | 0.47 | 0.47 |
| Hex | 84 | B0 | 40 | 19 | 0 | 40 | 1F | 54 | 2F | 2F |
| Octal | 204 | 260 | 100 | 31 | 0 | 100 | 37 | 124 | 57 | 57 |
| Binary | 10000100 | 10110000 | 1000000 | 11001 | 0 | 1000000 | 11111 | 1010100 | 101111 | 101111 |
Color Harmonies of #84B040
Complementary color
Monochromatic Colors of #84B040
Black with #84B040
Text Example
Text Example
White with #84B040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B040; }
p { color: rgb(132,176,64); }
H1.HeaderClassName
{
color: #84B040;
}
.AnyTagClassName
{
color: #84B040;
}
</style>
background-color css
<style>
a { background-color: #84B040; }
a { background-color: rgb(132,176,64); }
div.DivClassName
{
background-color: #84B040;
}
.BgClassName
{
background-color: #84B040;
}
</style>
border-color css
<style>
span { border-color: #84B040; }
span { border-color: rgb(132,176,64); }
td.TdClassName
{
border-color: #84B040;
}
.TagClassName
{
border-color: #84B040;
}
</style>