#82954D

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

Shades of Wasabi #82954D

Tints of Wasabi #82954D

Color information

#82954D (or 0x82954D) is unknown color: approx Wasabi. HEX triplet: 82, 95 and 4D. RGB value is (130,149,77). Sum of RGB (Red+Green+Blue) = 130+149+77=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #82954D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82954D is #7D6AB2. Grayscale: #878787. Windows color (decimal): -8219315 or 5084546. OLE color: 5084546.

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

Color convert

RGB13014977-
CMYK0.1300.480.42
HSL75.83º31.86%44.31%-
HSV(B)75.83º48.32%58.43%-
XYZ21.2926.7811.07-
YUV135.1195.21124.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 149 (58.59% from 255) = 41.85%
BLUE value IS 77 (30.47% from 255) = 21.63%
R=36.52%
G=41.85%
B=21.63%

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
Decimal130149770.1300.480.4275.8331.8644.31
Hex82954DD0302A4c202c
Octal20222511515060521144054
Binary10000010100101011001101110101100001010101001100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82954D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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