#848C3D

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

Shades of Wasabi #848C3D

Tints of Wasabi #848C3D

Color information

#848C3D (or 0x848C3D) is unknown color: approx Wasabi. HEX triplet: 84, 8C and 3D. RGB value is (132,140,61). Sum of RGB (Red+Green+Blue) = 132+140+61=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 140 - color contains mainly: green. Hex color #848C3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848C3D is #7B73C2. Grayscale: #808080. Windows color (decimal): -8090563 or 4033668. OLE color: 4033668.

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

Color convert

RGB13214061-
CMYK0.0600.560.45
HSL66.08º39.3%39.41%-
HSV(B)66.08º56.43%54.9%-
XYZ19.74248.01-
YUV128.689.85130.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 140 (55.08% from 255) = 42.04%
BLUE value IS 61 (24.22% from 255) = 18.32%
R=39.64%
G=42.04%
B=18.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132140610.0600.560.4566.0839.339.41
Hex848C3D60382D422727
Octal204214756070551024747
Binary100001001000110011110111001110001011011000010100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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