#849136

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

Shades of Wasabi #849136

Tints of Wasabi #849136

Color information

#849136 (or 0x849136) is unknown color: approx Wasabi. HEX triplet: 84, 91 and 36. RGB value is (132,145,54). Sum of RGB (Red+Green+Blue) = 132+145+54=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #849136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849136 is #7B6EC9. Grayscale: #838383. Windows color (decimal): -8089290 or 3576196. OLE color: 3576196.

HSL color Cylindrical-coordinate representation of color #849136: hue angle of 68.57º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #849136 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB13214554-
CMYK0.0900.630.43
HSL68.57º45.73%39.02%-
HSV(B)68.57º62.76%56.86%-
XYZ20.3125.427.33-
YUV130.7484.69128.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.88%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 54 (21.48% from 255) = 16.31%
R=39.88%
G=43.81%
B=16.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal132145540.0900.630.4368.5745.7339.02
Hex849136903F2B452e27
Octal2042216611077531055647
Binary1000010010010001110110100101111111010111000101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849136; }

 p { color: rgb(132,145,54); }

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

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

 a { background-color: rgb(132,145,54); }

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

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

 span { border-color: rgb(132,145,54); }

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