Html Css Color HEX #82972E Wasabi

📋 copy color: '#82972E'

red 130 ◦ green 151 ◦ blue 46

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

Shades of Wasabi #82972E

Tints of Wasabi #82972E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.18%

 BLUE value IS 46 (18.36% from 255) = 14.07%

R = 39.76%
G = 46.18%
B = 14.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#82972E (or 0x82972E) is known color: Wasabi. HEX triplet: 82, 97 and 2E. RGB value is (130,151,46). Sum of RGB (Red+Green+Blue) = 130+151+46=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 151 - color contains mainly: green. Hex color #82972E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82972E is #7D68D1. Grayscale: #858585. Windows color (decimal): -8218834 or 3053442. OLE color: 3053442.

HSL color Cylindrical-coordinate representation of color #82972E: hue angle of 72º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82972E is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 151 46 -
CMYK 0.14 0 0.70 0.41
HSL 72º 0.53% 0.39% -
HSV(B) 72º 0.7% 0.59% -
XYZ 20.77 27.08 6.72 -
YUV 132.75 79.04 126.04 -
System Red Green Blue C M Y K H S L
Decimal 130 151 46 0.14 0 0.70 0.41 72 0.53 0.39
Hex 82 97 2E E 0 46 29 48 35 27
Octal 202 227 56 16 0 106 51 110 65 47
Binary 10000010 10010111 101110 1110 0 1000110 101001 1001000 110101 100111

Color Harmonies of #82972E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82972E

Black with #82972E

Text Example


Text Example

White with #82972E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82972E; }

 p { color: rgb(130,151,46); }

 H1.HeaderClassName
 {
   color: #82972E;
 }
 .AnyTagClassName
 {
   color: #82972E;
 }
</style>

background-color css

<style>
 a { background-color: #82972E; }

 a { background-color: rgb(130,151,46); }

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

border-color css

<style>
 span { border-color: #82972E; }

 span { border-color: rgb(130,151,46); }

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