#828E4E

Color #828E4E Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #828E4E

Tints of Wasabi #828E4E

Color information

#828E4E (or 0x828E4E) is unknown color: approx Wasabi. HEX triplet: 82, 8E and 4E. RGB value is (130,142,78). Sum of RGB (Red+Green+Blue) = 130+142+78=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 142 - color contains mainly: green. Hex color #828E4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828E4E is #7D71B1. Grayscale: #838383. Windows color (decimal): -8221106 or 5148290. OLE color: 5148290.

HSL color Cylindrical-coordinate representation of color #828E4E: hue angle of 71.25º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #828E4E is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB13014278-
CMYK0.0800.450.44
HSL71.25º29.09%43.14%-
HSV(B)71.25º45.07%55.69%-
XYZ20.2524.6410.9-
YUV131.1298.02127.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.14%
GREEN value IS 142 (55.86% from 255) = 40.57%
BLUE value IS 78 (30.86% from 255) = 22.29%
R=37.14%
G=40.57%
B=22.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130142780.0800.450.4471.2529.0943.14
Hex828E4E802D2C471d2b
Octal20221611610055541073553
Binary1000001010001110100111010000101101101100100011111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828E4E; }

 p { color: rgb(130,142,78); }

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

<style>
 a { background-color: #828E4E; }

 a { background-color: rgb(130,142,78); }

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

<style>
 span { border-color: #828E4E; }

 span { border-color: rgb(130,142,78); }

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