Shades of Sushi #84A12D
Tints of Sushi #84A12D
RGB
CMYK
RGB Variations
Color information
#84A12D (or 0x84A12D) is known color: Sushi. HEX triplet: 84, A1 and 2D. RGB value is (132,161,45). Sum of RGB (Red+Green+Blue) = 132+161+45=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 161 - color contains mainly: green. Hex color #84A12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A12D is #7B5ED2. Grayscale: #8B8B8B. Windows color (decimal): -8085203 or 2990468. OLE color: 2990468.
HSL color Cylindrical-coordinate representation of color #84A12D: hue angle of 75º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84A12D is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 45 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.37 |
| HSL | 75º | 0.56% | 0.4% | - |
| HSV(B) | 75º | 0.72% | 0.63% | - |
| XYZ | 22.73 | 30.58 | 7.19 | - |
| YUV | 139.11 | 74.89 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 45 | 0.18 | 0 | 0.72 | 0.37 | 75 | 0.56 | 0.4 |
| Hex | 84 | A1 | 2D | 12 | 0 | 48 | 25 | 4B | 38 | 28 |
| Octal | 204 | 241 | 55 | 22 | 0 | 110 | 45 | 113 | 70 | 50 |
| Binary | 10000100 | 10100001 | 101101 | 10010 | 0 | 1001000 | 100101 | 1001011 | 111000 | 101000 |
Color Harmonies of #84A12D
Complementary color
Monochromatic Colors of #84A12D
Black with #84A12D
Text Example
Text Example
White with #84A12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A12D; }
p { color: rgb(132,161,45); }
H1.HeaderClassName
{
color: #84A12D;
}
.AnyTagClassName
{
color: #84A12D;
}
</style>
background-color css
<style>
a { background-color: #84A12D; }
a { background-color: rgb(132,161,45); }
div.DivClassName
{
background-color: #84A12D;
}
.BgClassName
{
background-color: #84A12D;
}
</style>
border-color css
<style>
span { border-color: #84A12D; }
span { border-color: rgb(132,161,45); }
td.TdClassName
{
border-color: #84A12D;
}
.TagClassName
{
border-color: #84A12D;
}
</style>