Html Css Color HEX #849442 Wasabi

📋 copy color: '#849442'

red 132 ◦ green 148 ◦ blue 66

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

Shades of Wasabi #849442

Tints of Wasabi #849442

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.77%

 BLUE value IS 66 (26.17% from 255) = 19.08%

R = 38.15%
G = 42.77%
B = 19.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#849442 (or 0x849442) is known color: Wasabi. HEX triplet: 84, 94 and 42. RGB value is (132,148,66). Sum of RGB (Red+Green+Blue) = 132+148+66=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 148 - color contains mainly: green. Hex color #849442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849442 is #7B6BBD. Grayscale: #868686. Windows color (decimal): -8088510 or 4363396. OLE color: 4363396.

HSL color Cylindrical-coordinate representation of color #849442: hue angle of 71.71º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #849442 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 148 66 -
CMYK 0.11 0 0.55 0.42
HSL 71.71º 0.38% 0.42% -
HSV(B) 71.71º 0.55% 0.58% -
XYZ 21.09 26.48 9.15 -
YUV 133.87 89.7 126.67 -
System Red Green Blue C M Y K H S L
Decimal 132 148 66 0.11 0 0.55 0.42 71.71 0.38 0.42
Hex 84 94 42 B 0 37 2A 48 26 2A
Octal 204 224 102 13 0 67 52 110 46 52
Binary 10000100 10010100 1000010 1011 0 110111 101010 1001000 100110 101010

Color Harmonies of #849442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849442

Black with #849442

Text Example


Text Example

White with #849442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849442; }

 p { color: rgb(132,148,66); }

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

background-color css

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

 a { background-color: rgb(132,148,66); }

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

border-color css

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

 span { border-color: rgb(132,148,66); }

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