Shades of Sushi #84AA3C
Tints of Sushi #84AA3C
RGB
CMYK
RGB Variations
Color information
#84AA3C (or 0x84AA3C) is known color: Sushi. HEX triplet: 84, AA and 3C. RGB value is (132,170,60). Sum of RGB (Red+Green+Blue) = 132+170+60=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #84AA3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AA3C is #7B55C3. Grayscale: #929292. Windows color (decimal): -8082884 or 3975812. OLE color: 3975812.
HSL color Cylindrical-coordinate representation of color #84AA3C: hue angle of 80.73º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84AA3C is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 170 | 60 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.33 |
| HSL | 80.73º | 0.48% | 0.45% | - |
| HSV(B) | 80.73º | 0.65% | 0.67% | - |
| XYZ | 24.71 | 33.98 | 9.53 | - |
| YUV | 146.1 | 79.41 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 170 | 60 | 0.22 | 0 | 0.65 | 0.33 | 80.73 | 0.48 | 0.45 |
| Hex | 84 | AA | 3C | 16 | 0 | 41 | 21 | 51 | 30 | 2D |
| Octal | 204 | 252 | 74 | 26 | 0 | 101 | 41 | 121 | 60 | 55 |
| Binary | 10000100 | 10101010 | 111100 | 10110 | 0 | 1000001 | 100001 | 1010001 | 110000 | 101101 |
Color Harmonies of #84AA3C
Complementary color
Monochromatic Colors of #84AA3C
Black with #84AA3C
Text Example
Text Example
White with #84AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AA3C; }
p { color: rgb(132,170,60); }
H1.HeaderClassName
{
color: #84AA3C;
}
.AnyTagClassName
{
color: #84AA3C;
}
</style>
background-color css
<style>
a { background-color: #84AA3C; }
a { background-color: rgb(132,170,60); }
div.DivClassName
{
background-color: #84AA3C;
}
.BgClassName
{
background-color: #84AA3C;
}
</style>
border-color css
<style>
span { border-color: #84AA3C; }
span { border-color: rgb(132,170,60); }
td.TdClassName
{
border-color: #84AA3C;
}
.TagClassName
{
border-color: #84AA3C;
}
</style>