Shades of Sushi #84A33F
Tints of Sushi #84A33F
RGB
CMYK
RGB Variations
Color information
#84A33F (or 0x84A33F) is known color: Sushi. HEX triplet: 84, A3 and 3F. RGB value is (132,163,63). Sum of RGB (Red+Green+Blue) = 132+163+63=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 163 - color contains mainly: green. Hex color #84A33F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A33F is #7B5CC0. Grayscale: #8E8E8E. Windows color (decimal): -8084673 or 4170628. OLE color: 4170628.
HSL color Cylindrical-coordinate representation of color #84A33F: hue angle of 78.6º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84A33F is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 163 | 63 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.36 |
| HSL | 78.6º | 0.44% | 0.44% | - |
| HSV(B) | 78.6º | 0.61% | 0.64% | - |
| XYZ | 23.51 | 31.46 | 9.54 | - |
| YUV | 142.33 | 83.23 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 63 | 0.19 | 0 | 0.61 | 0.36 | 78.6 | 0.44 | 0.44 |
| Hex | 84 | A3 | 3F | 13 | 0 | 3D | 24 | 4F | 2C | 2C |
| Octal | 204 | 243 | 77 | 23 | 0 | 75 | 44 | 117 | 54 | 54 |
| Binary | 10000100 | 10100011 | 111111 | 10011 | 0 | 111101 | 100100 | 1001111 | 101100 | 101100 |
Color Harmonies of #84A33F
Complementary color
Monochromatic Colors of #84A33F
Black with #84A33F
Text Example
Text Example
White with #84A33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A33F; }
p { color: rgb(132,163,63); }
H1.HeaderClassName
{
color: #84A33F;
}
.AnyTagClassName
{
color: #84A33F;
}
</style>
background-color css
<style>
a { background-color: #84A33F; }
a { background-color: rgb(132,163,63); }
div.DivClassName
{
background-color: #84A33F;
}
.BgClassName
{
background-color: #84A33F;
}
</style>
border-color css
<style>
span { border-color: #84A33F; }
span { border-color: rgb(132,163,63); }
td.TdClassName
{
border-color: #84A33F;
}
.TagClassName
{
border-color: #84A33F;
}
</style>