#828E35

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

Shades of Wasabi #828E35

Tints of Wasabi #828E35

Color information

#828E35 (or 0x828E35) is unknown color: approx Wasabi. HEX triplet: 82, 8E and 35. RGB value is (130,142,53). Sum of RGB (Red+Green+Blue) = 130+142+53=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 142 - color contains mainly: green. Hex color #828E35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828E35 is #7D71CA. Grayscale: #808080. Windows color (decimal): -8221131 or 3509890. OLE color: 3509890.

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

Color convert

RGB13014253-
CMYK0.0800.630.44
HSL68.09º45.64%38.24%-
HSV(B)68.09º62.68%55.69%-
XYZ19.5224.357.04-
YUV128.2785.52129.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40%
GREEN value IS 142 (55.86% from 255) = 43.69%
BLUE value IS 53 (21.09% from 255) = 16.31%
R=40%
G=43.69%
B=16.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal130142530.0800.630.4468.0945.6438.24
Hex828E35803F2C442e26
Octal2022166510077541045646
Binary1000001010001110110101100001111111011001000100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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