Html Css Color HEX #82913D Wasabi

📋 copy color: '#82913D'

red 130 ◦ green 145 ◦ blue 61

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

Shades of Wasabi #82913D

Tints of Wasabi #82913D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.15%

R = 38.69%
G = 43.15%
B = 18.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#82913D (or 0x82913D) is known color: Wasabi. HEX triplet: 82, 91 and 3D. RGB value is (130,145,61). Sum of RGB (Red+Green+Blue) = 130+145+61=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #82913D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82913D is #7D6EC2. Grayscale: #838383. Windows color (decimal): -8220355 or 4034946. OLE color: 4034946.

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

Color convert

RGB 130 145 61 -
CMYK 0.10 0 0.58 0.43
HSL 70.71º 0.41% 0.4% -
HSV(B) 70.71º 0.58% 0.57% -
XYZ 20.17 25.33 8.24 -
YUV 130.94 88.53 127.33 -
System Red Green Blue C M Y K H S L
Decimal 130 145 61 0.10 0 0.58 0.43 70.71 0.41 0.4
Hex 82 91 3D A 0 3A 2B 47 29 28
Octal 202 221 75 12 0 72 53 107 51 50
Binary 10000010 10010001 111101 1010 0 111010 101011 1000111 101001 101000

Color Harmonies of #82913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82913D

Black with #82913D

Text Example


Text Example

White with #82913D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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