Html Css Color HEX #818E4C Wasabi

📋 copy color: '#818E4C'

red 129 ◦ green 142 ◦ blue 76

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

Shades of Wasabi #818E4C

Tints of Wasabi #818E4C

RGB

 RED value IS 129 (50.78% from 255) = 37.18%

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

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

R = 37.18%
G = 40.92%
B = 21.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#818E4C (or 0x818E4C) is known color: Wasabi. HEX triplet: 81, 8E and 4C. RGB value is (129,142,76). Sum of RGB (Red+Green+Blue) = 129+142+76=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 142 - color contains mainly: green. Hex color #818E4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818E4C is #7E71B3. Grayscale: #828282. Windows color (decimal): -8286644 or 5017217. OLE color: 5017217.

HSL color Cylindrical-coordinate representation of color #818E4C: hue angle of 71.82º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #818E4C is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 142 76 -
CMYK 0.09 0 0.46 0.44
HSL 71.82º 0.3% 0.43% -
HSV(B) 71.82º 0.46% 0.56% -
XYZ 20.03 24.53 10.52 -
YUV 130.59 97.19 126.87 -
System Red Green Blue C M Y K H S L
Decimal 129 142 76 0.09 0 0.46 0.44 71.82 0.3 0.43
Hex 81 8E 4C 9 0 2E 2C 48 1E 2B
Octal 201 216 114 11 0 56 54 110 36 53
Binary 10000001 10001110 1001100 1001 0 101110 101100 1001000 11110 101011

Color Harmonies of #818E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818E4C

Black with #818E4C

Text Example


Text Example

White with #818E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818E4C; }

 p { color: rgb(129,142,76); }

 H1.HeaderClassName
 {
   color: #818E4C;
 }
 .AnyTagClassName
 {
   color: #818E4C;
 }
</style>

background-color css

<style>
 a { background-color: #818E4C; }

 a { background-color: rgb(129,142,76); }

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

border-color css

<style>
 span { border-color: #818E4C; }

 span { border-color: rgb(129,142,76); }

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