Shades of Sushi #84A636
Tints of Sushi #84A636
RGB
CMYK
RGB Variations
Color information
#84A636 (or 0x84A636) is known color: Sushi. HEX triplet: 84, A6 and 36. RGB value is (132,166,54). Sum of RGB (Red+Green+Blue) = 132+166+54=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 166 - color contains mainly: green. Hex color #84A636 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A636 is #7B59C9. Grayscale: #8F8F8F. Windows color (decimal): -8083914 or 3581572. OLE color: 3581572.
HSL color Cylindrical-coordinate representation of color #84A636: hue angle of 78.21º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84A636 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 54 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.35 |
| HSL | 78.21º | 0.51% | 0.43% | - |
| HSV(B) | 78.21º | 0.67% | 0.65% | - |
| XYZ | 23.82 | 32.44 | 8.5 | - |
| YUV | 143.07 | 77.74 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 54 | 0.20 | 0 | 0.67 | 0.35 | 78.21 | 0.51 | 0.43 |
| Hex | 84 | A6 | 36 | 14 | 0 | 43 | 23 | 4E | 33 | 2B |
| Octal | 204 | 246 | 66 | 24 | 0 | 103 | 43 | 116 | 63 | 53 |
| Binary | 10000100 | 10100110 | 110110 | 10100 | 0 | 1000011 | 100011 | 1001110 | 110011 | 101011 |
Color Harmonies of #84A636
Complementary color
Monochromatic Colors of #84A636
Black with #84A636
Text Example
Text Example
White with #84A636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A636; }
p { color: rgb(132,166,54); }
H1.HeaderClassName
{
color: #84A636;
}
.AnyTagClassName
{
color: #84A636;
}
</style>
background-color css
<style>
a { background-color: #84A636; }
a { background-color: rgb(132,166,54); }
div.DivClassName
{
background-color: #84A636;
}
.BgClassName
{
background-color: #84A636;
}
</style>
border-color css
<style>
span { border-color: #84A636; }
span { border-color: rgb(132,166,54); }
td.TdClassName
{
border-color: #84A636;
}
.TagClassName
{
border-color: #84A636;
}
</style>