Html Css Color HEX #82913F Wasabi

📋 copy color: '#82913F'

red 130 ◦ green 145 ◦ blue 63

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

Shades of Wasabi #82913F

Tints of Wasabi #82913F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.64%

R = 38.46%
G = 42.9%
B = 18.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#82913F (or 0x82913F) is known color: Wasabi. HEX triplet: 82, 91 and 3F. RGB value is (130,145,63). Sum of RGB (Red+Green+Blue) = 130+145+63=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #82913F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82913F is #7D6EC0. Grayscale: #838383. Windows color (decimal): -8220353 or 4166018. OLE color: 4166018.

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

Color convert

RGB 130 145 63 -
CMYK 0.10 0 0.57 0.43
HSL 70.98º 0.39% 0.41% -
HSV(B) 70.98º 0.57% 0.57% -
XYZ 20.23 25.36 8.53 -
YUV 131.17 89.53 127.17 -
System Red Green Blue C M Y K H S L
Decimal 130 145 63 0.10 0 0.57 0.43 70.98 0.39 0.41
Hex 82 91 3F A 0 39 2B 47 27 29
Octal 202 221 77 12 0 71 53 107 47 51
Binary 10000010 10010001 111111 1010 0 111001 101011 1000111 100111 101001

Color Harmonies of #82913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82913F

Black with #82913F

Text Example


Text Example

White with #82913F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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