Html Css Color HEX #848E2C Wasabi

📋 copy color: '#848E2C'

red 132 ◦ green 142 ◦ blue 44

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

Shades of Wasabi #848E2C

Tints of Wasabi #848E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.84%

R = 41.51%
G = 44.65%
B = 13.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#848E2C (or 0x848E2C) is known color: Wasabi. HEX triplet: 84, 8E and 2C. RGB value is (132,142,44). Sum of RGB (Red+Green+Blue) = 132+142+44=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #848E2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848E2C is #7B71D3. Grayscale: #808080. Windows color (decimal): -8090068 or 2920068. OLE color: 2920068.

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

Color convert

RGB 132 142 44 -
CMYK 0.07 0 0.69 0.44
HSL 66.12º 0.53% 0.36% -
HSV(B) 66.12º 0.69% 0.56% -
XYZ 19.64 24.43 6.06 -
YUV 127.84 80.69 130.97 -
System Red Green Blue C M Y K H S L
Decimal 132 142 44 0.07 0 0.69 0.44 66.12 0.53 0.36
Hex 84 8E 2C 7 0 45 2C 42 35 24
Octal 204 216 54 7 0 105 54 102 65 44
Binary 10000100 10001110 101100 111 0 1000101 101100 1000010 110101 100100

Color Harmonies of #848E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848E2C

Black with #848E2C

Text Example


Text Example

White with #848E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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