#84A241

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

Shades of Sushi #84A241

Tints of Sushi #84A241

Color information

#84A241 (or 0x84A241) is unknown color: approx Sushi. HEX triplet: 84, A2 and 41. RGB value is (132,162,65). Sum of RGB (Red+Green+Blue) = 132+162+65=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #84A241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A241 is #7B5DBE. Grayscale: #8E8E8E. Windows color (decimal): -8084927 or 4301444. OLE color: 4301444.

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

Color convert

RGB13216265-
CMYK0.1900.600.36
HSL78.56º42.73%44.51%-
HSV(B)78.56º59.88%63.53%-
XYZ23.3931.139.78-
YUV141.9784.56120.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 162 (63.67% from 255) = 45.13%
BLUE value IS 65 (25.78% from 255) = 18.11%
R=36.77%
G=45.13%
B=18.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal132162650.1900.600.3678.5642.7344.51
Hex84A2411303C244f2b2d
Octal20424210123074441175355
Binary100001001010001010000011001101111001001001001111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,162,65); }

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

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

 a { background-color: rgb(132,162,65); }

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

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

 span { border-color: rgb(132,162,65); }

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