#848C38

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

Shades of Wasabi #848C38

Tints of Wasabi #848C38

Color information

#848C38 (or 0x848C38) is unknown color: approx Wasabi. HEX triplet: 84, 8C and 38. RGB value is (132,140,56). Sum of RGB (Red+Green+Blue) = 132+140+56=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 56 (22.27% from 255 or 17.07% from 328); Max value from RGB is 140 - color contains mainly: green. Hex color #848C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848C38 is #7B73C7. Grayscale: #808080. Windows color (decimal): -8090568 or 3705988. OLE color: 3705988.

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

Color convert

RGB13214056-
CMYK0.0600.60.45
HSL65.71º42.86%38.43%-
HSV(B)65.71º60%54.9%-
XYZ19.6123.957.33-
YUV128.0387.35130.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 140 (55.08% from 255) = 42.68%
BLUE value IS 56 (22.27% from 255) = 17.07%
R=40.24%
G=42.68%
B=17.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132140560.0600.60.4565.7142.8638.43
Hex848C38603C2D422b26
Octal204214706074551025346
Binary100001001000110011100011001111001011011000010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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