Html Css Color HEX #82914D Wasabi

📋 copy color: '#82914D'

red 130 ◦ green 145 ◦ blue 77

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

Shades of Wasabi #82914D

Tints of Wasabi #82914D

RGB

 RED value IS 130 (51.17% from 255) = 36.93%

 GREEN value IS 145 (57.03% from 255) = 41.19%

 BLUE value IS 77 (30.47% from 255) = 21.88%

R = 36.93%
G = 41.19%
B = 21.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#82914D (or 0x82914D) is known color: Wasabi. HEX triplet: 82, 91 and 4D. RGB value is (130,145,77). Sum of RGB (Red+Green+Blue) = 130+145+77=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #82914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82914D is #7D6EB2. Grayscale: #858585. Windows color (decimal): -8220339 or 5083522. OLE color: 5083522.

HSL color Cylindrical-coordinate representation of color #82914D: hue angle of 73.24º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82914D is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 145 77 -
CMYK 0.10 0 0.47 0.43
HSL 73.24º 0.31% 0.44% -
HSV(B) 73.24º 0.47% 0.57% -
XYZ 20.67 25.53 10.86 -
YUV 132.76 96.53 126.03 -
System Red Green Blue C M Y K H S L
Decimal 130 145 77 0.10 0 0.47 0.43 73.24 0.31 0.44
Hex 82 91 4D A 0 2F 2B 49 1F 2C
Octal 202 221 115 12 0 57 53 111 37 54
Binary 10000010 10010001 1001101 1010 0 101111 101011 1001001 11111 101100

Color Harmonies of #82914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82914D

Black with #82914D

Text Example


Text Example

White with #82914D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82914D;
 }
 .AnyTagClassName
 {
   color: #82914D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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