#828934

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

Shades of Wasabi #828934

Tints of Wasabi #828934

Color information

#828934 (or 0x828934) is unknown color: approx Wasabi. HEX triplet: 82, 89 and 34. RGB value is (130,137,52). Sum of RGB (Red+Green+Blue) = 130+137+52=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #828934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828934 is #7D76CB. Grayscale: #7D7D7D. Windows color (decimal): -8222412 or 3443074. OLE color: 3443074.

HSL color Cylindrical-coordinate representation of color #828934: hue angle of 64.94º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #828934 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB13013752-
CMYK0.0500.620.46
HSL64.94º44.97%37.06%-
HSV(B)64.94º62.04%53.73%-
XYZ18.7722.896.68-
YUV125.2286.68131.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.75%
GREEN value IS 137 (53.91% from 255) = 42.95%
BLUE value IS 52 (20.70% from 255) = 16.30%
R=40.75%
G=42.95%
B=16.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130137520.0500.620.4664.9444.9737.06
Hex828934503E2E412d25
Octal202211645076561015545
Binary100000101000100111010010101111101011101000001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828934; }

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

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

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

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

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

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

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

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