Shades of Sushi #84A33D
Tints of Sushi #84A33D
RGB
CMYK
RGB Variations
Color information
#84A33D (or 0x84A33D) is known color: Sushi. HEX triplet: 84, A3 and 3D. RGB value is (132,163,61). Sum of RGB (Red+Green+Blue) = 132+163+61=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 163 - color contains mainly: green. Hex color #84A33D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A33D is #7B5CC2. Grayscale: #8E8E8E. Windows color (decimal): -8084675 or 4039556. OLE color: 4039556.
HSL color Cylindrical-coordinate representation of color #84A33D: hue angle of 78.24º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84A33D is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 163 | 61 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.36 |
| HSL | 78.24º | 0.46% | 0.44% | - |
| HSV(B) | 78.24º | 0.63% | 0.64% | - |
| XYZ | 23.46 | 31.44 | 9.25 | - |
| YUV | 142.1 | 82.23 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 61 | 0.19 | 0 | 0.63 | 0.36 | 78.24 | 0.46 | 0.44 |
| Hex | 84 | A3 | 3D | 13 | 0 | 3F | 24 | 4E | 2E | 2C |
| Octal | 204 | 243 | 75 | 23 | 0 | 77 | 44 | 116 | 56 | 54 |
| Binary | 10000100 | 10100011 | 111101 | 10011 | 0 | 111111 | 100100 | 1001110 | 101110 | 101100 |
Color Harmonies of #84A33D
Complementary color
Monochromatic Colors of #84A33D
Black with #84A33D
Text Example
Text Example
White with #84A33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A33D; }
p { color: rgb(132,163,61); }
H1.HeaderClassName
{
color: #84A33D;
}
.AnyTagClassName
{
color: #84A33D;
}
</style>
background-color css
<style>
a { background-color: #84A33D; }
a { background-color: rgb(132,163,61); }
div.DivClassName
{
background-color: #84A33D;
}
.BgClassName
{
background-color: #84A33D;
}
</style>
border-color css
<style>
span { border-color: #84A33D; }
span { border-color: rgb(132,163,61); }
td.TdClassName
{
border-color: #84A33D;
}
.TagClassName
{
border-color: #84A33D;
}
</style>