#82954E

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

Shades of Wasabi #82954E

Tints of Wasabi #82954E

Color information

#82954E (or 0x82954E) is unknown color: approx Wasabi. HEX triplet: 82, 95 and 4E. RGB value is (130,149,78). Sum of RGB (Red+Green+Blue) = 130+149+78=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 149 - color contains mainly: green. Hex color #82954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82954E is #7D6AB1. Grayscale: #878787. Windows color (decimal): -8219314 or 5150082. OLE color: 5150082.

HSL color Cylindrical-coordinate representation of color #82954E: hue angle of 76.06º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82954E is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB13014978-
CMYK0.1300.480.42
HSL76.06º31.28%44.51%-
HSV(B)76.06º47.65%58.43%-
XYZ21.3326.7911.25-
YUV135.2295.71124.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 149 (58.59% from 255) = 41.74%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=36.41%
G=41.74%
B=21.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130149780.1300.480.4276.0631.2844.51
Hex82954ED0302A4c1f2d
Octal20222511615060521143755
Binary1000001010010101100111011010110000101010100110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82954E; }

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

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

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

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

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

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

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

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