#84A940

Color #84A940 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #84A940

Tints of Sushi #84A940

Color information

#84A940 (or 0x84A940) is unknown color: approx Sushi. HEX triplet: 84, A9 and 40. RGB value is (132,169,64). Sum of RGB (Red+Green+Blue) = 132+169+64=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 169 (66.41% from 255 or 46.30% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 169 - color contains mainly: green. Hex color #84A940 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A940 is #7B56BF. Grayscale: #929292. Windows color (decimal): -8083136 or 4237700. OLE color: 4237700.

HSL color Cylindrical-coordinate representation of color #84A940: hue angle of 81.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84A940 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB13216964-
CMYK0.2200.620.34
HSL81.14º45.06%45.69%-
HSV(B)81.14º62.13%66.27%-
XYZ24.6333.6510.05-
YUV145.9781.74118.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 169 (66.41% from 255) = 46.30%
BLUE value IS 64 (25.39% from 255) = 17.53%
R=36.16%
G=46.30%
B=17.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal132169640.2200.620.3481.1445.0645.69
Hex84A9401603E22512d2e
Octal20425110026076421215556
Binary100001001010100110000001011001111101000101010001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84A940; }

 p { color: rgb(132,169,64); }

 H1.HeaderClassName
 {
   color: #84A940;
 }
 .AnyTagClassName
 {
   color: #84A940;
 }
</style>
background-color css

<style>
 a { background-color: #84A940; }

 a { background-color: rgb(132,169,64); }

 div.DivClassName
 {
   background-color: #84A940;
 }
 .BgClassName
 {
   background-color: #84A940;
 }
</style>
border-color css

<style>
 span { border-color: #84A940; }

 span { border-color: rgb(132,169,64); }

 td.TdClassName
 {
   border-color: #84A940;
 }
 .TagClassName
 {
   border-color: #84A940;
 }
</style>