Shades of Sushi #84A43B
Tints of Sushi #84A43B
RGB
CMYK
RGB Variations
Color information
#84A43B (or 0x84A43B) is known color: Sushi. HEX triplet: 84, A4 and 3B. RGB value is (132,164,59). Sum of RGB (Red+Green+Blue) = 132+164+59=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 164 - color contains mainly: green. Hex color #84A43B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A43B is #7B5BC4. Grayscale: #8E8E8E. Windows color (decimal): -8084421 or 3908740. OLE color: 3908740.
HSL color Cylindrical-coordinate representation of color #84A43B: hue angle of 78.29º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84A43B is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 59 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.36 |
| HSL | 78.29º | 0.47% | 0.44% | - |
| HSV(B) | 78.29º | 0.64% | 0.64% | - |
| XYZ | 23.58 | 31.77 | 9.03 | - |
| YUV | 142.46 | 80.9 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 59 | 0.20 | 0 | 0.64 | 0.36 | 78.29 | 0.47 | 0.44 |
| Hex | 84 | A4 | 3B | 14 | 0 | 40 | 24 | 4E | 2F | 2C |
| Octal | 204 | 244 | 73 | 24 | 0 | 100 | 44 | 116 | 57 | 54 |
| Binary | 10000100 | 10100100 | 111011 | 10100 | 0 | 1000000 | 100100 | 1001110 | 101111 | 101100 |
Color Harmonies of #84A43B
Complementary color
Monochromatic Colors of #84A43B
Black with #84A43B
Text Example
Text Example
White with #84A43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A43B; }
p { color: rgb(132,164,59); }
H1.HeaderClassName
{
color: #84A43B;
}
.AnyTagClassName
{
color: #84A43B;
}
</style>
background-color css
<style>
a { background-color: #84A43B; }
a { background-color: rgb(132,164,59); }
div.DivClassName
{
background-color: #84A43B;
}
.BgClassName
{
background-color: #84A43B;
}
</style>
border-color css
<style>
span { border-color: #84A43B; }
span { border-color: rgb(132,164,59); }
td.TdClassName
{
border-color: #84A43B;
}
.TagClassName
{
border-color: #84A43B;
}
</style>