Shades of Sushi #84A839
Tints of Sushi #84A839
RGB
CMYK
RGB Variations
Color information
#84A839 (or 0x84A839) is known color: Sushi. HEX triplet: 84, A8 and 39. RGB value is (132,168,57). Sum of RGB (Red+Green+Blue) = 132+168+57=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 168 - color contains mainly: green. Hex color #84A839 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A839 is #7B57C6. Grayscale: #909090. Windows color (decimal): -8083399 or 3778692. OLE color: 3778692.
HSL color Cylindrical-coordinate representation of color #84A839: hue angle of 79.46º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84A839 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 168 | 57 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.34 |
| HSL | 79.46º | 0.49% | 0.44% | - |
| HSV(B) | 79.46º | 0.66% | 0.66% | - |
| XYZ | 24.26 | 33.21 | 9 | - |
| YUV | 144.58 | 78.57 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 57 | 0.21 | 0 | 0.66 | 0.34 | 79.46 | 0.49 | 0.44 |
| Hex | 84 | A8 | 39 | 15 | 0 | 42 | 22 | 4F | 31 | 2C |
| Octal | 204 | 250 | 71 | 25 | 0 | 102 | 42 | 117 | 61 | 54 |
| Binary | 10000100 | 10101000 | 111001 | 10101 | 0 | 1000010 | 100010 | 1001111 | 110001 | 101100 |
Color Harmonies of #84A839
Complementary color
Monochromatic Colors of #84A839
Black with #84A839
Text Example
Text Example
White with #84A839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A839; }
p { color: rgb(132,168,57); }
H1.HeaderClassName
{
color: #84A839;
}
.AnyTagClassName
{
color: #84A839;
}
</style>
background-color css
<style>
a { background-color: #84A839; }
a { background-color: rgb(132,168,57); }
div.DivClassName
{
background-color: #84A839;
}
.BgClassName
{
background-color: #84A839;
}
</style>
border-color css
<style>
span { border-color: #84A839; }
span { border-color: rgb(132,168,57); }
td.TdClassName
{
border-color: #84A839;
}
.TagClassName
{
border-color: #84A839;
}
</style>