#84A53D

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

Shades of Sushi #84A53D

Tints of Sushi #84A53D

Color information

#84A53D (or 0x84A53D) is unknown color: approx Sushi. HEX triplet: 84, A5 and 3D. RGB value is (132,165,61). Sum of RGB (Red+Green+Blue) = 132+165+61=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 165 - color contains mainly: green. Hex color #84A53D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A53D is #7B5AC2. Grayscale: #8F8F8F. Windows color (decimal): -8084163 or 4040068. OLE color: 4040068.

HSL color Cylindrical-coordinate representation of color #84A53D: hue angle of 79.04º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84A53D is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB13216561-
CMYK0.2000.630.35
HSL79.04º46.02%44.31%-
HSV(B)79.04º63.03%64.71%-
XYZ23.8132.159.37-
YUV143.2881.57119.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.87%
GREEN value IS 165 (64.84% from 255) = 46.09%
BLUE value IS 61 (24.22% from 255) = 17.04%
R=36.87%
G=46.09%
B=17.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132165610.2000.630.3579.0446.0244.31
Hex84A53D1403F234f2e2c
Octal2042457524077431175654
Binary10000100101001011111011010001111111000111001111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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