Shades of Sushi #84A42F
Tints of Sushi #84A42F
RGB
CMYK
RGB Variations
Color information
#84A42F (or 0x84A42F) is known color: Sushi. HEX triplet: 84, A4 and 2F. RGB value is (132,164,47). Sum of RGB (Red+Green+Blue) = 132+164+47=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 164 (64.45% from 255 or 47.81% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 164 - color contains mainly: green. Hex color #84A42F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A42F is #7B5BD0. Grayscale: #8D8D8D. Windows color (decimal): -8084433 or 3122308. OLE color: 3122308.
HSL color Cylindrical-coordinate representation of color #84A42F: hue angle of 76.41º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84A42F is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 47 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.36 |
| HSL | 76.41º | 0.55% | 0.41% | - |
| HSV(B) | 76.41º | 0.71% | 0.64% | - |
| XYZ | 23.3 | 31.66 | 7.57 | - |
| YUV | 141.09 | 74.9 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 47 | 0.20 | 0 | 0.71 | 0.36 | 76.41 | 0.55 | 0.41 |
| Hex | 84 | A4 | 2F | 14 | 0 | 47 | 24 | 4C | 37 | 29 |
| Octal | 204 | 244 | 57 | 24 | 0 | 107 | 44 | 114 | 67 | 51 |
| Binary | 10000100 | 10100100 | 101111 | 10100 | 0 | 1000111 | 100100 | 1001100 | 110111 | 101001 |
Color Harmonies of #84A42F
Complementary color
Monochromatic Colors of #84A42F
Black with #84A42F
Text Example
Text Example
White with #84A42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A42F; }
p { color: rgb(132,164,47); }
H1.HeaderClassName
{
color: #84A42F;
}
.AnyTagClassName
{
color: #84A42F;
}
</style>
background-color css
<style>
a { background-color: #84A42F; }
a { background-color: rgb(132,164,47); }
div.DivClassName
{
background-color: #84A42F;
}
.BgClassName
{
background-color: #84A42F;
}
</style>
border-color css
<style>
span { border-color: #84A42F; }
span { border-color: rgb(132,164,47); }
td.TdClassName
{
border-color: #84A42F;
}
.TagClassName
{
border-color: #84A42F;
}
</style>