Html Css Color HEX #828D4C Wasabi

📋 copy color: '#828D4C'

red 130 ◦ green 141 ◦ blue 76

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

Shades of Wasabi #828D4C

Tints of Wasabi #828D4C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.63%

 BLUE value IS 76 (30.08% from 255) = 21.9%

R = 37.46%
G = 40.63%
B = 21.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#828D4C (or 0x828D4C) is known color: Wasabi. HEX triplet: 82, 8D and 4C. RGB value is (130,141,76). Sum of RGB (Red+Green+Blue) = 130+141+76=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 141 - color contains mainly: green. Hex color #828D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828D4C is #7D72B3. Grayscale: #828282. Windows color (decimal): -8221364 or 5016962. OLE color: 5016962.

HSL color Cylindrical-coordinate representation of color #828D4C: hue angle of 70.15º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #828D4C is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 141 76 -
CMYK 0.08 0 0.46 0.45
HSL 70.15º 0.3% 0.43% -
HSV(B) 70.15º 0.46% 0.55% -
XYZ 20.04 24.32 10.48 -
YUV 130.3 97.36 127.79 -
System Red Green Blue C M Y K H S L
Decimal 130 141 76 0.08 0 0.46 0.45 70.15 0.3 0.43
Hex 82 8D 4C 8 0 2E 2D 46 1E 2B
Octal 202 215 114 10 0 56 55 106 36 53
Binary 10000010 10001101 1001100 1000 0 101110 101101 1000110 11110 101011

Color Harmonies of #828D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828D4C

Black with #828D4C

Text Example


Text Example

White with #828D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828D4C; }

 p { color: rgb(130,141,76); }

 H1.HeaderClassName
 {
   color: #828D4C;
 }
 .AnyTagClassName
 {
   color: #828D4C;
 }
</style>

background-color css

<style>
 a { background-color: #828D4C; }

 a { background-color: rgb(130,141,76); }

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

border-color css

<style>
 span { border-color: #828D4C; }

 span { border-color: rgb(130,141,76); }

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