#828B4E

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

Shades of Wasabi #828B4E

Tints of Wasabi #828B4E

Color information

#828B4E (or 0x828B4E) is unknown color: approx Wasabi. HEX triplet: 82, 8B and 4E. RGB value is (130,139,78). Sum of RGB (Red+Green+Blue) = 130+139+78=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 139 - color contains mainly: green. Hex color #828B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B4E is #7D74B1. Grayscale: #818181. Windows color (decimal): -8221874 or 5147522. OLE color: 5147522.

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

Color convert

RGB13013978-
CMYK0.0600.440.45
HSL68.85º28.11%42.55%-
HSV(B)68.85º43.88%54.51%-
XYZ19.8123.7610.75-
YUV129.3599.02128.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 139 (54.69% from 255) = 40.06%
BLUE value IS 78 (30.86% from 255) = 22.48%
R=37.46%
G=40.06%
B=22.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130139780.0600.440.4568.8528.1142.55
Hex828B4E602C2D451c2b
Octal2022131166054551053453
Binary100000101000101110011101100101100101101100010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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