Shades of Sushi #84A43C
Tints of Sushi #84A43C
RGB
CMYK
RGB Variations
Color information
#84A43C (or 0x84A43C) is known color: Sushi. HEX triplet: 84, A4 and 3C. RGB value is (132,164,60). Sum of RGB (Red+Green+Blue) = 132+164+60=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 164 - color contains mainly: green. Hex color #84A43C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A43C is #7B5BC3. Grayscale: #8E8E8E. Windows color (decimal): -8084420 or 3974276. OLE color: 3974276.
HSL color Cylindrical-coordinate representation of color #84A43C: hue angle of 78.46º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84A43C is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 60 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.36 |
| HSL | 78.46º | 0.46% | 0.44% | - |
| HSV(B) | 78.46º | 0.63% | 0.64% | - |
| XYZ | 23.61 | 31.78 | 9.17 | - |
| YUV | 142.58 | 81.4 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 60 | 0.20 | 0 | 0.63 | 0.36 | 78.46 | 0.46 | 0.44 |
| Hex | 84 | A4 | 3C | 14 | 0 | 3F | 24 | 4E | 2E | 2C |
| Octal | 204 | 244 | 74 | 24 | 0 | 77 | 44 | 116 | 56 | 54 |
| Binary | 10000100 | 10100100 | 111100 | 10100 | 0 | 111111 | 100100 | 1001110 | 101110 | 101100 |
Color Harmonies of #84A43C
Complementary color
Monochromatic Colors of #84A43C
Black with #84A43C
Text Example
Text Example
White with #84A43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A43C; }
p { color: rgb(132,164,60); }
H1.HeaderClassName
{
color: #84A43C;
}
.AnyTagClassName
{
color: #84A43C;
}
</style>
background-color css
<style>
a { background-color: #84A43C; }
a { background-color: rgb(132,164,60); }
div.DivClassName
{
background-color: #84A43C;
}
.BgClassName
{
background-color: #84A43C;
}
</style>
border-color css
<style>
span { border-color: #84A43C; }
span { border-color: rgb(132,164,60); }
td.TdClassName
{
border-color: #84A43C;
}
.TagClassName
{
border-color: #84A43C;
}
</style>