#828C41

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

Shades of Wasabi #828C41

Tints of Wasabi #828C41

Color information

#828C41 (or 0x828C41) is unknown color: approx Wasabi. HEX triplet: 82, 8C and 41. RGB value is (130,140,65). Sum of RGB (Red+Green+Blue) = 130+140+65=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 140 - color contains mainly: green. Hex color #828C41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828C41 is #7D73BE. Grayscale: #808080. Windows color (decimal): -8221631 or 4295810. OLE color: 4295810.

HSL color Cylindrical-coordinate representation of color #828C41: hue angle of 68º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #828C41 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB13014065-
CMYK0.0700.540.45
HSL68º36.59%40.2%-
HSV(B)68º53.57%54.9%-
XYZ19.5423.888.58-
YUV128.4692.19129.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 140 (55.08% from 255) = 41.79%
BLUE value IS 65 (25.78% from 255) = 19.40%
R=38.81%
G=41.79%
B=19.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130140650.0700.540.456836.5940.2
Hex828C4170362D442528
Octal2022141017066551044550
Binary1000001010001100100000111101101101011011000100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,140,65); }

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

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

 a { background-color: rgb(130,140,65); }

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

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

 span { border-color: rgb(130,140,65); }

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