Shades of Sushi #84A235
Tints of Sushi #84A235
RGB
CMYK
RGB Variations
Color information
#84A235 (or 0x84A235) is known color: Sushi. HEX triplet: 84, A2 and 35. RGB value is (132,162,53). Sum of RGB (Red+Green+Blue) = 132+162+53=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #84A235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A235 is #7B5DCA. Grayscale: #8D8D8D. Windows color (decimal): -8084939 or 3515012. OLE color: 3515012.
HSL color Cylindrical-coordinate representation of color #84A235: hue angle of 76.51º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84A235 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 53 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.36 |
| HSL | 76.51º | 0.51% | 0.42% | - |
| HSV(B) | 76.51º | 0.67% | 0.64% | - |
| XYZ | 23.08 | 31 | 8.14 | - |
| YUV | 140.6 | 78.56 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 53 | 0.19 | 0 | 0.67 | 0.36 | 76.51 | 0.51 | 0.42 |
| Hex | 84 | A2 | 35 | 13 | 0 | 43 | 24 | 4D | 33 | 2A |
| Octal | 204 | 242 | 65 | 23 | 0 | 103 | 44 | 115 | 63 | 52 |
| Binary | 10000100 | 10100010 | 110101 | 10011 | 0 | 1000011 | 100100 | 1001101 | 110011 | 101010 |
Color Harmonies of #84A235
Complementary color
Monochromatic Colors of #84A235
Black with #84A235
Text Example
Text Example
White with #84A235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A235; }
p { color: rgb(132,162,53); }
H1.HeaderClassName
{
color: #84A235;
}
.AnyTagClassName
{
color: #84A235;
}
</style>
background-color css
<style>
a { background-color: #84A235; }
a { background-color: rgb(132,162,53); }
div.DivClassName
{
background-color: #84A235;
}
.BgClassName
{
background-color: #84A235;
}
</style>
border-color css
<style>
span { border-color: #84A235; }
span { border-color: rgb(132,162,53); }
td.TdClassName
{
border-color: #84A235;
}
.TagClassName
{
border-color: #84A235;
}
</style>