Html Css Color HEX #849B4A Wasabi

📋 copy color: '#849B4A'

red 132 ◦ green 155 ◦ blue 74

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

Shades of Wasabi #849B4A

Tints of Wasabi #849B4A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.94%

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

R = 36.57%
G = 42.94%
B = 20.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#849B4A (or 0x849B4A) is known color: Wasabi. HEX triplet: 84, 9B and 4A. RGB value is (132,155,74). Sum of RGB (Red+Green+Blue) = 132+155+74=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #849B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849B4A is #7B64B5. Grayscale: #8B8B8B. Windows color (decimal): -8086710 or 4889476. OLE color: 4889476.

HSL color Cylindrical-coordinate representation of color #849B4A: hue angle of 77.04º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #849B4A is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB 132 155 74 -
CMYK 0.15 0 0.52 0.39
HSL 77.04º 0.35% 0.45% -
HSV(B) 77.04º 0.52% 0.61% -
XYZ 22.47 28.84 10.86 -
YUV 138.89 91.38 123.09 -
System Red Green Blue C M Y K H S L
Decimal 132 155 74 0.15 0 0.52 0.39 77.04 0.35 0.45
Hex 84 9B 4A F 0 34 27 4D 23 2D
Octal 204 233 112 17 0 64 47 115 43 55
Binary 10000100 10011011 1001010 1111 0 110100 100111 1001101 100011 101101

Color Harmonies of #849B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849B4A

Black with #849B4A

Text Example


Text Example

White with #849B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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