#84B240

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

Shades of Sushi #84B240

Tints of Sushi #84B240

Color information

#84B240 (or 0x84B240) is unknown color: approx Sushi. HEX triplet: 84, B2 and 40. RGB value is (132,178,64). Sum of RGB (Red+Green+Blue) = 132+178+64=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 178 - color contains mainly: green. Hex color #84B240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84B240 is #7B4DBF. Grayscale: #979797. Windows color (decimal): -8080832 or 4240004. OLE color: 4240004.

HSL color Cylindrical-coordinate representation of color #84B240: hue angle of 84.21º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84B240 is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB13217864-
CMYK0.2600.640.30
HSL84.21º47.11%47.45%-
HSV(B)84.21º64.04%69.8%-
XYZ26.3637.1210.63-
YUV151.2578.76114.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.29%
GREEN value IS 178 (69.92% from 255) = 47.59%
BLUE value IS 64 (25.39% from 255) = 17.11%
R=35.29%
G=47.59%
B=17.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal132178640.2600.640.3084.2147.1147.45
Hex84B2401A0401E542f2f
Octal204262100320100361245757
Binary100001001011001010000001101001000000111101010100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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