#848C37

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

Shades of Wasabi #848C37

Tints of Wasabi #848C37

Color information

#848C37 (or 0x848C37) is unknown color: approx Wasabi. HEX triplet: 84, 8C and 37. RGB value is (132,140,55). Sum of RGB (Red+Green+Blue) = 132+140+55=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 140 (55.08% from 255 or 42.81% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 140 - color contains mainly: green. Hex color #848C37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848C37 is #7B73C8. Grayscale: #808080. Windows color (decimal): -8090569 or 3640452. OLE color: 3640452.

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

Color convert

RGB13214055-
CMYK0.0600.610.45
HSL65.65º43.59%38.24%-
HSV(B)65.65º60.71%54.9%-
XYZ19.5823.947.2-
YUV127.9286.85130.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 140 (55.08% from 255) = 42.81%
BLUE value IS 55 (21.88% from 255) = 16.82%
R=40.37%
G=42.81%
B=16.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132140550.0600.610.4565.6543.5938.24
Hex848C37603D2D422c26
Octal204214676075551025446
Binary100001001000110011011111001111011011011000010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848C37; }

 p { color: rgb(132,140,55); }

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

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

 a { background-color: rgb(132,140,55); }

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

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

 span { border-color: rgb(132,140,55); }

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