#828C44

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

Shades of Wasabi #828C44

Tints of Wasabi #828C44

Color information

#828C44 (or 0x828C44) is unknown color: approx Wasabi. HEX triplet: 82, 8C and 44. RGB value is (130,140,68). Sum of RGB (Red+Green+Blue) = 130+140+68=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 140 - color contains mainly: green. Hex color #828C44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828C44 is #7D73BB. Grayscale: #818181. Windows color (decimal): -8221628 or 4492418. OLE color: 4492418.

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

Color convert

RGB13014068-
CMYK0.0700.510.45
HSL68.33º34.62%40.78%-
HSV(B)68.33º51.43%54.9%-
XYZ19.6323.929.05-
YUV128.893.69128.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 140 (55.08% from 255) = 41.42%
BLUE value IS 68 (26.95% from 255) = 20.12%
R=38.46%
G=41.42%
B=20.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130140680.0700.510.4568.3334.6240.78
Hex828C4470332D442329
Octal2022141047063551044351
Binary1000001010001100100010011101100111011011000100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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