#849948

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

Shades of Wasabi #849948

Tints of Wasabi #849948

Color information

#849948 (or 0x849948) is unknown color: approx Wasabi. HEX triplet: 84, 99 and 48. RGB value is (132,153,72). Sum of RGB (Red+Green+Blue) = 132+153+72=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #849948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849948 is #7B66B7. Grayscale: #898989. Windows color (decimal): -8087224 or 4757892. OLE color: 4757892.

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

Color convert

RGB13215372-
CMYK0.1400.530.4
HSL75.56º36%44.12%-
HSV(B)75.56º52.94%60%-
XYZ22.0828.1610.4-
YUV137.4991.04124.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 153 (60.16% from 255) = 42.86%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=36.97%
G=42.86%
B=20.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal132153720.1400.530.475.563644.12
Hex849948E035284c242c
Octal20423111016065501144454
Binary10000100100110011001000111001101011010001001100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849948; }

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

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

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

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

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

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

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

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