Html Css Color HEX #82954D Wasabi

📋 copy color: '#82954D'

red 130 ◦ green 149 ◦ blue 77

#82954D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #82954D

Tints of Wasabi #82954D

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 value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#82954D (or 0x82954D) is known color: 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

RGB 130 149 77 -
CMYK 0.13 0 0.48 0.42
HSL 75.83º 0.32% 0.44% -
HSV(B) 75.83º 0.48% 0.58% -
XYZ 21.29 26.78 11.07 -
YUV 135.11 95.21 124.35 -
System Red Green Blue C M Y K H S L
Decimal 130 149 77 0.13 0 0.48 0.42 75.83 0.32 0.44
Hex 82 95 4D D 0 30 2A 4C 20 2C
Octal 202 225 115 15 0 60 52 114 40 54
Binary 10000010 10010101 1001101 1101 0 110000 101010 1001100 100000 101100

Color Harmonies of #82954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82954D

Black with #82954D

Text Example


Text Example

White with #82954D

Text Example


Text Example

HTML Codes & Css Web 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>