Shades of Sushi #84A138
Tints of Sushi #84A138
RGB
CMYK
RGB Variations
Color information
#84A138 (or 0x84A138) is known color: Sushi. HEX triplet: 84, A1 and 38. RGB value is (132,161,56). Sum of RGB (Red+Green+Blue) = 132+161+56=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 161 (63.28% from 255 or 46.13% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 161 - color contains mainly: green. Hex color #84A138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A138 is #7B5EC7. Grayscale: #8C8C8C. Windows color (decimal): -8085192 or 3711364. OLE color: 3711364.
HSL color Cylindrical-coordinate representation of color #84A138: hue angle of 76.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84A138 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 56 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.37 |
| HSL | 76.57º | 0.48% | 0.43% | - |
| HSV(B) | 76.57º | 0.65% | 0.63% | - |
| XYZ | 22.97 | 30.68 | 8.45 | - |
| YUV | 140.36 | 80.39 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 56 | 0.18 | 0 | 0.65 | 0.37 | 76.57 | 0.48 | 0.43 |
| Hex | 84 | A1 | 38 | 12 | 0 | 41 | 25 | 4D | 30 | 2B |
| Octal | 204 | 241 | 70 | 22 | 0 | 101 | 45 | 115 | 60 | 53 |
| Binary | 10000100 | 10100001 | 111000 | 10010 | 0 | 1000001 | 100101 | 1001101 | 110000 | 101011 |
Color Harmonies of #84A138
Complementary color
Monochromatic Colors of #84A138
Black with #84A138
Text Example
Text Example
White with #84A138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A138; }
p { color: rgb(132,161,56); }
H1.HeaderClassName
{
color: #84A138;
}
.AnyTagClassName
{
color: #84A138;
}
</style>
background-color css
<style>
a { background-color: #84A138; }
a { background-color: rgb(132,161,56); }
div.DivClassName
{
background-color: #84A138;
}
.BgClassName
{
background-color: #84A138;
}
</style>
border-color css
<style>
span { border-color: #84A138; }
span { border-color: rgb(132,161,56); }
td.TdClassName
{
border-color: #84A138;
}
.TagClassName
{
border-color: #84A138;
}
</style>