Html Css Color HEX #828C4C Wasabi

📋 copy color: '#828C4C'

red 130 ◦ green 140 ◦ blue 76

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

Shades of Wasabi #828C4C

Tints of Wasabi #828C4C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.46%

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

R = 37.57%
G = 40.46%
B = 21.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#828C4C (or 0x828C4C) is known color: Wasabi. HEX triplet: 82, 8C and 4C. RGB value is (130,140,76). Sum of RGB (Red+Green+Blue) = 130+140+76=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 140 (55.08% from 255 or 40.46% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 140 - color contains mainly: green. Hex color #828C4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828C4C is #7D73B3. Grayscale: #818181. Windows color (decimal): -8221620 or 5016706. OLE color: 5016706.

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

Color convert

RGB 130 140 76 -
CMYK 0.07 0 0.46 0.45
HSL 69.38º 0.3% 0.42% -
HSV(B) 69.38º 0.46% 0.55% -
XYZ 19.89 24.02 10.43 -
YUV 129.71 97.69 128.2 -
System Red Green Blue C M Y K H S L
Decimal 130 140 76 0.07 0 0.46 0.45 69.38 0.3 0.42
Hex 82 8C 4C 7 0 2E 2D 45 1E 2A
Octal 202 214 114 7 0 56 55 105 36 52
Binary 10000010 10001100 1001100 111 0 101110 101101 1000101 11110 101010

Color Harmonies of #828C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828C4C

Black with #828C4C

Text Example


Text Example

White with #828C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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