Shades of Sushi #84A83B
Tints of Sushi #84A83B
RGB
CMYK
RGB Variations
Color information
#84A83B (or 0x84A83B) is known color: Sushi. HEX triplet: 84, A8 and 3B. RGB value is (132,168,59). Sum of RGB (Red+Green+Blue) = 132+168+59=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 168 - color contains mainly: green. Hex color #84A83B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A83B is #7B57C4. Grayscale: #919191. Windows color (decimal): -8083397 or 3909764. OLE color: 3909764.
HSL color Cylindrical-coordinate representation of color #84A83B: hue angle of 79.82º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84A83B is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 168 | 59 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.34 |
| HSL | 79.82º | 0.48% | 0.45% | - |
| HSV(B) | 79.82º | 0.65% | 0.66% | - |
| XYZ | 24.31 | 33.23 | 9.27 | - |
| YUV | 144.81 | 79.57 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 168 | 59 | 0.21 | 0 | 0.65 | 0.34 | 79.82 | 0.48 | 0.45 |
| Hex | 84 | A8 | 3B | 15 | 0 | 41 | 22 | 50 | 30 | 2D |
| Octal | 204 | 250 | 73 | 25 | 0 | 101 | 42 | 120 | 60 | 55 |
| Binary | 10000100 | 10101000 | 111011 | 10101 | 0 | 1000001 | 100010 | 1010000 | 110000 | 101101 |
Color Harmonies of #84A83B
Complementary color
Monochromatic Colors of #84A83B
Black with #84A83B
Text Example
Text Example
White with #84A83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A83B; }
p { color: rgb(132,168,59); }
H1.HeaderClassName
{
color: #84A83B;
}
.AnyTagClassName
{
color: #84A83B;
}
</style>
background-color css
<style>
a { background-color: #84A83B; }
a { background-color: rgb(132,168,59); }
div.DivClassName
{
background-color: #84A83B;
}
.BgClassName
{
background-color: #84A83B;
}
</style>
border-color css
<style>
span { border-color: #84A83B; }
span { border-color: rgb(132,168,59); }
td.TdClassName
{
border-color: #84A83B;
}
.TagClassName
{
border-color: #84A83B;
}
</style>