Shades of Sushi #84AD40
Tints of Sushi #84AD40
RGB
CMYK
RGB Variations
Color information
#84AD40 (or 0x84AD40) is known color: Sushi. HEX triplet: 84, AD and 40. RGB value is (132,173,64). Sum of RGB (Red+Green+Blue) = 132+173+64=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AD40 is #7B52BF. Grayscale: #949494. Windows color (decimal): -8082112 or 4238724. OLE color: 4238724.
HSL color Cylindrical-coordinate representation of color #84AD40: hue angle of 82.57º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84AD40 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 173 | 64 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.32 |
| HSL | 82.57º | 0.46% | 0.46% | - |
| HSV(B) | 82.57º | 0.63% | 0.68% | - |
| XYZ | 25.38 | 35.16 | 10.3 | - |
| YUV | 148.32 | 80.42 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 64 | 0.24 | 0 | 0.63 | 0.32 | 82.57 | 0.46 | 0.46 |
| Hex | 84 | AD | 40 | 18 | 0 | 3F | 20 | 53 | 2E | 2E |
| Octal | 204 | 255 | 100 | 30 | 0 | 77 | 40 | 123 | 56 | 56 |
| Binary | 10000100 | 10101101 | 1000000 | 11000 | 0 | 111111 | 100000 | 1010011 | 101110 | 101110 |
Color Harmonies of #84AD40
Complementary color
Monochromatic Colors of #84AD40
Black with #84AD40
Text Example
Text Example
White with #84AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AD40; }
p { color: rgb(132,173,64); }
H1.HeaderClassName
{
color: #84AD40;
}
.AnyTagClassName
{
color: #84AD40;
}
</style>
background-color css
<style>
a { background-color: #84AD40; }
a { background-color: rgb(132,173,64); }
div.DivClassName
{
background-color: #84AD40;
}
.BgClassName
{
background-color: #84AD40;
}
</style>
border-color css
<style>
span { border-color: #84AD40; }
span { border-color: rgb(132,173,64); }
td.TdClassName
{
border-color: #84AD40;
}
.TagClassName
{
border-color: #84AD40;
}
</style>