#84AC41

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

Shades of Sushi #84AC41

Tints of Sushi #84AC41

Color information

#84AC41 (or 0x84AC41) is unknown color: approx Sushi. HEX triplet: 84, AC and 41. RGB value is (132,172,65). Sum of RGB (Red+Green+Blue) = 132+172+65=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #84AC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AC41 is #7B53BE. Grayscale: #949494. Windows color (decimal): -8082367 or 4304004. OLE color: 4304004.

HSL color Cylindrical-coordinate representation of color #84AC41: hue angle of 82.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84AC41 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB13217265-
CMYK0.2300.620.33
HSL82.43º45.15%46.47%-
HSV(B)82.43º62.21%67.45%-
XYZ25.2234.7910.39-
YUV147.8481.25116.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 172 (67.58% from 255) = 46.61%
BLUE value IS 65 (25.78% from 255) = 17.62%
R=35.77%
G=46.61%
B=17.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132172650.2300.620.3382.4345.1546.47
Hex84AC411703E21522d2e
Octal20425410127076411225556
Binary100001001010110010000011011101111101000011010010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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