Html Css Color HEX #848E4A Wasabi

📋 copy color: '#848E4A'

red 132 ◦ green 142 ◦ blue 74

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

Shades of Wasabi #848E4A

Tints of Wasabi #848E4A

RGB

 RED value IS 132 (51.95% from 255) = 37.93%

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

 BLUE value IS 74 (29.3% from 255) = 21.26%

R = 37.93%
G = 40.8%
B = 21.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#848E4A (or 0x848E4A) is known color: Wasabi. HEX triplet: 84, 8E and 4A. RGB value is (132,142,74). Sum of RGB (Red+Green+Blue) = 132+142+74=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 142 (55.86% from 255 or 40.80% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 142 - color contains mainly: green. Hex color #848E4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848E4A is #7B71B5. Grayscale: #838383. Windows color (decimal): -8090038 or 4886148. OLE color: 4886148.

HSL color Cylindrical-coordinate representation of color #848E4A: hue angle of 68.82º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #848E4A is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 142 74 -
CMYK 0.07 0 0.48 0.44
HSL 68.82º 0.31% 0.42% -
HSV(B) 68.82º 0.48% 0.56% -
XYZ 20.42 24.75 10.18 -
YUV 131.26 95.69 128.53 -
System Red Green Blue C M Y K H S L
Decimal 132 142 74 0.07 0 0.48 0.44 68.82 0.31 0.42
Hex 84 8E 4A 7 0 30 2C 45 1F 2A
Octal 204 216 112 7 0 60 54 105 37 52
Binary 10000100 10001110 1001010 111 0 110000 101100 1000101 11111 101010

Color Harmonies of #848E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848E4A

Black with #848E4A

Text Example


Text Example

White with #848E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848E4A; }

 p { color: rgb(132,142,74); }

 H1.HeaderClassName
 {
   color: #848E4A;
 }
 .AnyTagClassName
 {
   color: #848E4A;
 }
</style>

background-color css

<style>
 a { background-color: #848E4A; }

 a { background-color: rgb(132,142,74); }

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

border-color css

<style>
 span { border-color: #848E4A; }

 span { border-color: rgb(132,142,74); }

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