#84A43D

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

Shades of Sushi #84A43D

Tints of Sushi #84A43D

Color information

#84A43D (or 0x84A43D) is unknown color: approx Sushi. HEX triplet: 84, A4 and 3D. RGB value is (132,164,61). Sum of RGB (Red+Green+Blue) = 132+164+61=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #84A43D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A43D is #7B5BC2. Grayscale: #8F8F8F. Windows color (decimal): -8084419 or 4039812. OLE color: 4039812.

HSL color Cylindrical-coordinate representation of color #84A43D: hue angle of 78.64º 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 #84A43D is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB13216461-
CMYK0.2000.630.36
HSL78.64º45.78%44.12%-
HSV(B)78.64º62.8%64.31%-
XYZ23.6331.799.31-
YUV142.6981.9120.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 164 (64.45% from 255) = 45.94%
BLUE value IS 61 (24.22% from 255) = 17.09%
R=36.97%
G=45.94%
B=17.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal132164610.2000.630.3678.6445.7844.12
Hex84A43D1403F244f2e2c
Octal2042447524077441175654
Binary10000100101001001111011010001111111001001001111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,164,61); }

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

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

 a { background-color: rgb(132,164,61); }

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

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

 span { border-color: rgb(132,164,61); }

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