Shades of Sushi #84A63D
Tints of Sushi #84A63D
RGB
CMYK
RGB Variations
Color information
#84A63D (or 0x84A63D) is known color: Sushi. HEX triplet: 84, A6 and 3D. RGB value is (132,166,61). Sum of RGB (Red+Green+Blue) = 132+166+61=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 166 - color contains mainly: green. Hex color #84A63D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A63D is #7B59C2. Grayscale: #909090. Windows color (decimal): -8083907 or 4040324. OLE color: 4040324.
HSL color Cylindrical-coordinate representation of color #84A63D: hue angle of 79.43º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84A63D is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 61 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.35 |
| HSL | 79.43º | 0.46% | 0.45% | - |
| HSV(B) | 79.43º | 0.63% | 0.65% | - |
| XYZ | 23.99 | 32.51 | 9.43 | - |
| YUV | 143.86 | 81.24 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 61 | 0.20 | 0 | 0.63 | 0.35 | 79.43 | 0.46 | 0.45 |
| Hex | 84 | A6 | 3D | 14 | 0 | 3F | 23 | 4F | 2E | 2D |
| Octal | 204 | 246 | 75 | 24 | 0 | 77 | 43 | 117 | 56 | 55 |
| Binary | 10000100 | 10100110 | 111101 | 10100 | 0 | 111111 | 100011 | 1001111 | 101110 | 101101 |
Color Harmonies of #84A63D
Complementary color
Monochromatic Colors of #84A63D
Black with #84A63D
Text Example
Text Example
White with #84A63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A63D; }
p { color: rgb(132,166,61); }
H1.HeaderClassName
{
color: #84A63D;
}
.AnyTagClassName
{
color: #84A63D;
}
</style>
background-color css
<style>
a { background-color: #84A63D; }
a { background-color: rgb(132,166,61); }
div.DivClassName
{
background-color: #84A63D;
}
.BgClassName
{
background-color: #84A63D;
}
</style>
border-color css
<style>
span { border-color: #84A63D; }
span { border-color: rgb(132,166,61); }
td.TdClassName
{
border-color: #84A63D;
}
.TagClassName
{
border-color: #84A63D;
}
</style>