Html Css Color HEX #849350 Wasabi

📋 copy color: '#849350'

red 132 ◦ green 147 ◦ blue 80

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

Shades of Wasabi #849350

Tints of Wasabi #849350

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.95%

 BLUE value IS 80 (31.64% from 255) = 22.28%

R = 36.77%
G = 40.95%
B = 22.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#849350 (or 0x849350) is known color: Wasabi. HEX triplet: 84, 93 and 50. RGB value is (132,147,80). Sum of RGB (Red+Green+Blue) = 132+147+80=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #849350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #849350 is #7B6CAF. Grayscale: #878787. Windows color (decimal): -8088752 or 5280644. OLE color: 5280644.

HSL color Cylindrical-coordinate representation of color #849350: hue angle of 73.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #849350 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 132 147 80 -
CMYK 0.10 0 0.46 0.42
HSL 73.43º 0.3% 0.45% -
HSV(B) 73.43º 0.46% 0.58% -
XYZ 21.4 26.35 11.55 -
YUV 134.88 97.03 125.95 -
System Red Green Blue C M Y K H S L
Decimal 132 147 80 0.10 0 0.46 0.42 73.43 0.3 0.45
Hex 84 93 50 A 0 2E 2A 49 1E 2D
Octal 204 223 120 12 0 56 52 111 36 55
Binary 10000100 10010011 1010000 1010 0 101110 101010 1001001 11110 101101

Color Harmonies of #849350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849350

Black with #849350

Text Example


Text Example

White with #849350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849350; }

 p { color: rgb(132,147,80); }

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

background-color css

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

 a { background-color: rgb(132,147,80); }

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

border-color css

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

 span { border-color: rgb(132,147,80); }

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