#828F4E

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

Shades of Wasabi #828F4E

Tints of Wasabi #828F4E

Color information

#828F4E (or 0x828F4E) is unknown color: approx Wasabi. HEX triplet: 82, 8F and 4E. RGB value is (130,143,78). Sum of RGB (Red+Green+Blue) = 130+143+78=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 143 - color contains mainly: green. Hex color #828F4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828F4E is #7D70B1. Grayscale: #838383. Windows color (decimal): -8220850 or 5148546. OLE color: 5148546.

HSL color Cylindrical-coordinate representation of color #828F4E: hue angle of 72º 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 #828F4E is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB13014378-
CMYK0.0900.450.44
HSL72º29.41%43.33%-
HSV(B)72º45.45%56.08%-
XYZ20.424.9410.95-
YUV131.797.69126.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.04%
GREEN value IS 143 (56.25% from 255) = 40.74%
BLUE value IS 78 (30.86% from 255) = 22.22%
R=37.04%
G=40.74%
B=22.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130143780.0900.450.447229.4143.33
Hex828F4E902D2C481d2b
Octal20221711611055541103553
Binary1000001010001111100111010010101101101100100100011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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