#849945

Color #849945 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #849945

Tints of Wasabi #849945

Color information

#849945 (or 0x849945) is unknown color: approx Wasabi. HEX triplet: 84, 99 and 45. RGB value is (132,153,69). Sum of RGB (Red+Green+Blue) = 132+153+69=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #849945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849945 is #7B66BA. Grayscale: #898989. Windows color (decimal): -8087227 or 4561284. OLE color: 4561284.

HSL color Cylindrical-coordinate representation of color #849945: hue angle of 75º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #849945 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB13215369-
CMYK0.1400.550.4
HSL75º37.84%43.53%-
HSV(B)75º54.9%60%-
XYZ21.9828.129.9-
YUV137.1589.54124.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 153 (60.16% from 255) = 43.22%
BLUE value IS 69 (27.34% from 255) = 19.49%
R=37.29%
G=43.22%
B=19.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal132153690.1400.550.47537.8443.53
Hex849945E037284b262c
Octal20423110516067501134654
Binary10000100100110011000101111001101111010001001011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849945; }

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

 H1.HeaderClassName
 {
   color: #849945;
 }
 .AnyTagClassName
 {
   color: #849945;
 }
</style>
background-color css

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

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

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

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

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

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