#828945

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

Shades of Wasabi #828945

Tints of Wasabi #828945

Color information

#828945 (or 0x828945) is unknown color: approx Wasabi. HEX triplet: 82, 89 and 45. RGB value is (130,137,69). Sum of RGB (Red+Green+Blue) = 130+137+69=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #828945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828945 is #7D76BA. Grayscale: #7F7F7F. Windows color (decimal): -8222395 or 4557186. OLE color: 4557186.

HSL color Cylindrical-coordinate representation of color #828945: hue angle of 66.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #828945 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB13013769-
CMYK0.0500.500.46
HSL66.18º33.01%40.39%-
HSV(B)66.18º49.64%53.73%-
XYZ19.2323.079.07-
YUV127.1595.18130.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.69%
GREEN value IS 137 (53.91% from 255) = 40.77%
BLUE value IS 69 (27.34% from 255) = 20.54%
R=38.69%
G=40.77%
B=20.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130137690.0500.500.4666.1833.0140.39
Hex82894550322E422128
Octal2022111055062561024150
Binary1000001010001001100010110101100101011101000010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828945; }

 p { color: rgb(130,137,69); }

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

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

 a { background-color: rgb(130,137,69); }

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

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

 span { border-color: rgb(130,137,69); }

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