#828B3D

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

Shades of Wasabi #828B3D

Tints of Wasabi #828B3D

Color information

#828B3D (or 0x828B3D) is unknown color: approx Wasabi. HEX triplet: 82, 8B and 3D. RGB value is (130,139,61). Sum of RGB (Red+Green+Blue) = 130+139+61=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #828B3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828B3D is #7D74C2. Grayscale: #7F7F7F. Windows color (decimal): -8221891 or 4033410. OLE color: 4033410.

HSL color Cylindrical-coordinate representation of color #828B3D: hue angle of 66.92º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #828B3D is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB13013961-
CMYK0.0600.560.45
HSL66.92º39%39.22%-
HSV(B)66.92º56.12%54.51%-
XYZ19.2823.557.94-
YUV127.4290.52129.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.39%
GREEN value IS 139 (54.69% from 255) = 42.12%
BLUE value IS 61 (24.22% from 255) = 18.48%
R=39.39%
G=42.12%
B=18.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130139610.0600.560.4566.923939.22
Hex828B3D60382D432727
Octal202213756070551034747
Binary100000101000101111110111001110001011011000011100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,139,61); }

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

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

 a { background-color: rgb(130,139,61); }

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

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

 span { border-color: rgb(130,139,61); }

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