Html Css Color HEX #849B45 Wasabi

📋 copy color: '#849B45'

red 132 ◦ green 155 ◦ blue 69

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

Shades of Wasabi #849B45

Tints of Wasabi #849B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.38%

R = 37.08%
G = 43.54%
B = 19.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#849B45 (or 0x849B45) is known color: Wasabi. HEX triplet: 84, 9B and 45. RGB value is (132,155,69). Sum of RGB (Red+Green+Blue) = 132+155+69=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #849B45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849B45 is #7B64BA. Grayscale: #8A8A8A. Windows color (decimal): -8086715 or 4561796. OLE color: 4561796.

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

Color convert

RGB 132 155 69 -
CMYK 0.15 0 0.55 0.39
HSL 76.05º 0.38% 0.44% -
HSV(B) 76.05º 0.55% 0.61% -
XYZ 22.31 28.78 10.01 -
YUV 138.32 88.88 123.49 -
System Red Green Blue C M Y K H S L
Decimal 132 155 69 0.15 0 0.55 0.39 76.05 0.38 0.44
Hex 84 9B 45 F 0 37 27 4C 26 2C
Octal 204 233 105 17 0 67 47 114 46 54
Binary 10000100 10011011 1000101 1111 0 110111 100111 1001100 100110 101100

Color Harmonies of #849B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849B45

Black with #849B45

Text Example


Text Example

White with #849B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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