Html Css Color HEX #82972C Wasabi

📋 copy color: '#82972C'

red 130 ◦ green 151 ◦ blue 44

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

Shades of Wasabi #82972C

Tints of Wasabi #82972C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.54%

R = 40%
G = 46.46%
B = 13.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#82972C (or 0x82972C) is known color: Wasabi. HEX triplet: 82, 97 and 2C. RGB value is (130,151,44). Sum of RGB (Red+Green+Blue) = 130+151+44=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 151 (59.38% from 255 or 46.46% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 151 - color contains mainly: green. Hex color #82972C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82972C is #7D68D3. Grayscale: #848484. Windows color (decimal): -8218836 or 2922370. OLE color: 2922370.

HSL color Cylindrical-coordinate representation of color #82972C: hue angle of 71.78º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #82972C is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 151 44 -
CMYK 0.14 0 0.71 0.41
HSL 71.78º 0.55% 0.38% -
HSV(B) 71.78º 0.71% 0.59% -
XYZ 20.73 27.06 6.51 -
YUV 132.52 78.04 126.2 -
System Red Green Blue C M Y K H S L
Decimal 130 151 44 0.14 0 0.71 0.41 71.78 0.55 0.38
Hex 82 97 2C E 0 47 29 48 37 26
Octal 202 227 54 16 0 107 51 110 67 46
Binary 10000010 10010111 101100 1110 0 1000111 101001 1001000 110111 100110

Color Harmonies of #82972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82972C

Black with #82972C

Text Example


Text Example

White with #82972C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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