Html Css Color HEX #828E4F Wasabi

📋 copy color: '#828E4F'

red 130 ◦ green 142 ◦ blue 79

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

Shades of Wasabi #828E4F

Tints of Wasabi #828E4F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.46%

 BLUE value IS 79 (31.25% from 255) = 22.51%

R = 37.04%
G = 40.46%
B = 22.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#828E4F (or 0x828E4F) is known color: Wasabi. HEX triplet: 82, 8E and 4F. RGB value is (130,142,79). Sum of RGB (Red+Green+Blue) = 130+142+79=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 142 - color contains mainly: green. Hex color #828E4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828E4F is #7D71B0. Grayscale: #838383. Windows color (decimal): -8221105 or 5213826. OLE color: 5213826.

HSL color Cylindrical-coordinate representation of color #828E4F: hue angle of 71.43º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #828E4F is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 142 79 -
CMYK 0.08 0 0.44 0.44
HSL 71.43º 0.29% 0.43% -
HSV(B) 71.43º 0.44% 0.56% -
XYZ 20.29 24.66 11.09 -
YUV 131.23 98.52 127.12 -
System Red Green Blue C M Y K H S L
Decimal 130 142 79 0.08 0 0.44 0.44 71.43 0.29 0.43
Hex 82 8E 4F 8 0 2C 2C 47 1D 2B
Octal 202 216 117 10 0 54 54 107 35 53
Binary 10000010 10001110 1001111 1000 0 101100 101100 1000111 11101 101011

Color Harmonies of #828E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828E4F

Black with #828E4F

Text Example


Text Example

White with #828E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,142,79); }

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

background-color css

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

 a { background-color: rgb(130,142,79); }

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

border-color css

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

 span { border-color: rgb(130,142,79); }

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