Shades of Sushi #84A63C
Tints of Sushi #84A63C
RGB
CMYK
RGB Variations
Color information
#84A63C (or 0x84A63C) is known color: Sushi. HEX triplet: 84, A6 and 3C. RGB value is (132,166,60). Sum of RGB (Red+Green+Blue) = 132+166+60=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 166 (65.23% from 255 or 46.37% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 166 - color contains mainly: green. Hex color #84A63C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A63C is #7B59C3. Grayscale: #909090. Windows color (decimal): -8083908 or 3974788. OLE color: 3974788.
HSL color Cylindrical-coordinate representation of color #84A63C: hue angle of 79.25º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84A63C is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 166 | 60 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.35 |
| HSL | 79.25º | 0.47% | 0.44% | - |
| HSV(B) | 79.25º | 0.64% | 0.65% | - |
| XYZ | 23.97 | 32.5 | 9.29 | - |
| YUV | 143.75 | 80.74 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 166 | 60 | 0.20 | 0 | 0.64 | 0.35 | 79.25 | 0.47 | 0.44 |
| Hex | 84 | A6 | 3C | 14 | 0 | 40 | 23 | 4F | 2F | 2C |
| Octal | 204 | 246 | 74 | 24 | 0 | 100 | 43 | 117 | 57 | 54 |
| Binary | 10000100 | 10100110 | 111100 | 10100 | 0 | 1000000 | 100011 | 1001111 | 101111 | 101100 |
Color Harmonies of #84A63C
Complementary color
Monochromatic Colors of #84A63C
Black with #84A63C
Text Example
Text Example
White with #84A63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A63C; }
p { color: rgb(132,166,60); }
H1.HeaderClassName
{
color: #84A63C;
}
.AnyTagClassName
{
color: #84A63C;
}
</style>
background-color css
<style>
a { background-color: #84A63C; }
a { background-color: rgb(132,166,60); }
div.DivClassName
{
background-color: #84A63C;
}
.BgClassName
{
background-color: #84A63C;
}
</style>
border-color css
<style>
span { border-color: #84A63C; }
span { border-color: rgb(132,166,60); }
td.TdClassName
{
border-color: #84A63C;
}
.TagClassName
{
border-color: #84A63C;
}
</style>