Html Css Color HEX #849138 Wasabi

📋 copy color: '#849138'

red 132 ◦ green 145 ◦ blue 56

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

Shades of Wasabi #849138

Tints of Wasabi #849138

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.54%

 BLUE value IS 56 (22.27% from 255) = 16.82%

R = 39.64%
G = 43.54%
B = 16.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.61

 K value IS 0.43

RGB Variations

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

Color information

#849138 (or 0x849138) is known color: Wasabi. HEX triplet: 84, 91 and 38. RGB value is (132,145,56). Sum of RGB (Red+Green+Blue) = 132+145+56=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 145 - color contains mainly: green. Hex color #849138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849138 is #7B6EC7. Grayscale: #838383. Windows color (decimal): -8089288 or 3707268. OLE color: 3707268.

HSL color Cylindrical-coordinate representation of color #849138: hue angle of 68.76º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #849138 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB 132 145 56 -
CMYK 0.09 0 0.61 0.43
HSL 68.76º 0.44% 0.39% -
HSV(B) 68.76º 0.61% 0.57% -
XYZ 20.35 25.44 7.58 -
YUV 130.97 85.69 128.74 -
System Red Green Blue C M Y K H S L
Decimal 132 145 56 0.09 0 0.61 0.43 68.76 0.44 0.39
Hex 84 91 38 9 0 3D 2B 45 2C 27
Octal 204 221 70 11 0 75 53 105 54 47
Binary 10000100 10010001 111000 1001 0 111101 101011 1000101 101100 100111

Color Harmonies of #849138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849138

Black with #849138

Text Example


Text Example

White with #849138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849138; }

 p { color: rgb(132,145,56); }

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

background-color css

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

 a { background-color: rgb(132,145,56); }

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

border-color css

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

 span { border-color: rgb(132,145,56); }

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