Shades of Sushi #84A23F
Tints of Sushi #84A23F
RGB
CMYK
RGB Variations
Color information
#84A23F (or 0x84A23F) is known color: Sushi. HEX triplet: 84, A2 and 3F. RGB value is (132,162,63). Sum of RGB (Red+Green+Blue) = 132+162+63=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #84A23F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A23F is #7B5DC0. Grayscale: #8E8E8E. Windows color (decimal): -8084929 or 4170372. OLE color: 4170372.
HSL color Cylindrical-coordinate representation of color #84A23F: hue angle of 78.18º 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 #84A23F is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 162 | 63 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.36 |
| HSL | 78.18º | 0.44% | 0.44% | - |
| HSV(B) | 78.18º | 0.61% | 0.64% | - |
| XYZ | 23.33 | 31.11 | 9.48 | - |
| YUV | 141.74 | 83.56 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 63 | 0.19 | 0 | 0.61 | 0.36 | 78.18 | 0.44 | 0.44 |
| Hex | 84 | A2 | 3F | 13 | 0 | 3D | 24 | 4E | 2C | 2C |
| Octal | 204 | 242 | 77 | 23 | 0 | 75 | 44 | 116 | 54 | 54 |
| Binary | 10000100 | 10100010 | 111111 | 10011 | 0 | 111101 | 100100 | 1001110 | 101100 | 101100 |
Color Harmonies of #84A23F
Complementary color
Monochromatic Colors of #84A23F
Black with #84A23F
Text Example
Text Example
White with #84A23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A23F; }
p { color: rgb(132,162,63); }
H1.HeaderClassName
{
color: #84A23F;
}
.AnyTagClassName
{
color: #84A23F;
}
</style>
background-color css
<style>
a { background-color: #84A23F; }
a { background-color: rgb(132,162,63); }
div.DivClassName
{
background-color: #84A23F;
}
.BgClassName
{
background-color: #84A23F;
}
</style>
border-color css
<style>
span { border-color: #84A23F; }
span { border-color: rgb(132,162,63); }
td.TdClassName
{
border-color: #84A23F;
}
.TagClassName
{
border-color: #84A23F;
}
</style>