#84A43C

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

Shades of Sushi #84A43C

Tints of Sushi #84A43C

Color information

#84A43C (or 0x84A43C) is unknown color: approx Sushi. HEX triplet: 84, A4 and 3C. RGB value is (132,164,60). Sum of RGB (Red+Green+Blue) = 132+164+60=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 164 - color contains mainly: green. Hex color #84A43C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A43C is #7B5BC3. Grayscale: #8E8E8E. Windows color (decimal): -8084420 or 3974276. OLE color: 3974276.

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

Color convert

RGB13216460-
CMYK0.2000.630.36
HSL78.46º46.43%43.92%-
HSV(B)78.46º63.41%64.31%-
XYZ23.6131.789.17-
YUV142.5881.4120.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 164 (64.45% from 255) = 46.07%
BLUE value IS 60 (23.83% from 255) = 16.85%
R=37.08%
G=46.07%
B=16.85%

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
Decimal132164600.2000.630.3678.4646.4343.92
Hex84A43C1403F244e2e2c
Octal2042447424077441165654
Binary10000100101001001111001010001111111001001001110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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