Html Css Color HEX #82934B Wasabi

📋 copy color: '#82934B'

red 130 ◦ green 147 ◦ blue 75

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

Shades of Wasabi #82934B

Tints of Wasabi #82934B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.76%

 BLUE value IS 75 (29.69% from 255) = 21.31%

R = 36.93%
G = 41.76%
B = 21.31%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#82934B (or 0x82934B) is known color: Wasabi. HEX triplet: 82, 93 and 4B. RGB value is (130,147,75). Sum of RGB (Red+Green+Blue) = 130+147+75=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 147 - color contains mainly: green. Hex color #82934B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82934B is #7D6CB4. Grayscale: #858585. Windows color (decimal): -8219829 or 4952962. OLE color: 4952962.

HSL color Cylindrical-coordinate representation of color #82934B: hue angle of 74.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82934B is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 147 75 -
CMYK 0.12 0 0.49 0.42
HSL 74.17º 0.32% 0.44% -
HSV(B) 74.17º 0.49% 0.58% -
XYZ 20.91 26.12 10.6 -
YUV 133.71 94.87 125.35 -
System Red Green Blue C M Y K H S L
Decimal 130 147 75 0.12 0 0.49 0.42 74.17 0.32 0.44
Hex 82 93 4B C 0 31 2A 4A 20 2C
Octal 202 223 113 14 0 61 52 112 40 54
Binary 10000010 10010011 1001011 1100 0 110001 101010 1001010 100000 101100

Color Harmonies of #82934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82934B

Black with #82934B

Text Example


Text Example

White with #82934B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82934B; }

 p { color: rgb(130,147,75); }

 H1.HeaderClassName
 {
   color: #82934B;
 }
 .AnyTagClassName
 {
   color: #82934B;
 }
</style>

background-color css

<style>
 a { background-color: #82934B; }

 a { background-color: rgb(130,147,75); }

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

border-color css

<style>
 span { border-color: #82934B; }

 span { border-color: rgb(130,147,75); }

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