Shades of Sushi #84A536
Tints of Sushi #84A536
RGB
CMYK
RGB Variations
Color information
#84A536 (or 0x84A536) is known color: Sushi. HEX triplet: 84, A5 and 36. RGB value is (132,165,54). Sum of RGB (Red+Green+Blue) = 132+165+54=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 54 (21.48% from 255 or 15.38% from 351); Max value from RGB is 165 - color contains mainly: green. Hex color #84A536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A536 is #7B5AC9. Grayscale: #8E8E8E. Windows color (decimal): -8084170 or 3581316. OLE color: 3581316.
HSL color Cylindrical-coordinate representation of color #84A536: hue angle of 77.84º 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 #84A536 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 165 | 54 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.35 |
| HSL | 77.84º | 0.51% | 0.43% | - |
| HSV(B) | 77.84º | 0.67% | 0.65% | - |
| XYZ | 23.64 | 32.08 | 8.44 | - |
| YUV | 142.48 | 78.07 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 165 | 54 | 0.20 | 0 | 0.67 | 0.35 | 77.84 | 0.51 | 0.43 |
| Hex | 84 | A5 | 36 | 14 | 0 | 43 | 23 | 4E | 33 | 2B |
| Octal | 204 | 245 | 66 | 24 | 0 | 103 | 43 | 116 | 63 | 53 |
| Binary | 10000100 | 10100101 | 110110 | 10100 | 0 | 1000011 | 100011 | 1001110 | 110011 | 101011 |
Color Harmonies of #84A536
Complementary color
Monochromatic Colors of #84A536
Black with #84A536
Text Example
Text Example
White with #84A536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A536; }
p { color: rgb(132,165,54); }
H1.HeaderClassName
{
color: #84A536;
}
.AnyTagClassName
{
color: #84A536;
}
</style>
background-color css
<style>
a { background-color: #84A536; }
a { background-color: rgb(132,165,54); }
div.DivClassName
{
background-color: #84A536;
}
.BgClassName
{
background-color: #84A536;
}
</style>
border-color css
<style>
span { border-color: #84A536; }
span { border-color: rgb(132,165,54); }
td.TdClassName
{
border-color: #84A536;
}
.TagClassName
{
border-color: #84A536;
}
</style>