#84A631

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

Shades of Sushi #84A631

Tints of Sushi #84A631

Color information

#84A631 (or 0x84A631) is unknown color: approx Sushi. HEX triplet: 84, A6 and 31. RGB value is (132,166,49). Sum of RGB (Red+Green+Blue) = 132+166+49=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 166 (65.23% from 255 or 47.84% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 166 - color contains mainly: green. Hex color #84A631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A631 is #7B59CE. Grayscale: #8E8E8E. Windows color (decimal): -8083919 or 3253892. OLE color: 3253892.

HSL color Cylindrical-coordinate representation of color #84A631: hue angle of 77.44º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84A631 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB13216649-
CMYK0.2000.700.35
HSL77.44º54.42%42.16%-
HSV(B)77.44º70.48%65.1%-
XYZ23.7132.47.91-
YUV142.575.24120.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 166 (65.23% from 255) = 47.84%
BLUE value IS 49 (19.53% from 255) = 14.12%
R=38.04%
G=47.84%
B=14.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal132166490.2000.700.3577.4454.4242.16
Hex84A63114046234d362a
Octal20424661240106431156652
Binary100001001010011011000110100010001101000111001101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,166,49); }

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

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

 a { background-color: rgb(132,166,49); }

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

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

 span { border-color: rgb(132,166,49); }

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