#84A337

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

Shades of Sushi #84A337

Tints of Sushi #84A337

Color information

#84A337 (or 0x84A337) is unknown color: approx Sushi. HEX triplet: 84, A3 and 37. RGB value is (132,163,55). Sum of RGB (Red+Green+Blue) = 132+163+55=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 163 (64.06% from 255 or 46.57% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 163 - color contains mainly: green. Hex color #84A337 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A337 is #7B5CC8. Grayscale: #8D8D8D. Windows color (decimal): -8084681 or 3646340. OLE color: 3646340.

HSL color Cylindrical-coordinate representation of color #84A337: hue angle of 77.22º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84A337 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB13216355-
CMYK0.1900.660.36
HSL77.22º49.54%42.75%-
HSV(B)77.22º66.26%63.92%-
XYZ23.331.388.44-
YUV141.4279.23121.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.71%
GREEN value IS 163 (64.06% from 255) = 46.57%
BLUE value IS 55 (21.88% from 255) = 15.71%
R=37.71%
G=46.57%
B=15.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal132163550.1900.660.3677.2249.5442.75
Hex84A33713042244d322b
Octal20424367230102441156253
Binary100001001010001111011110011010000101001001001101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,163,55); }

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

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

 a { background-color: rgb(132,163,55); }

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

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

 span { border-color: rgb(132,163,55); }

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