#838C2E

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

Shades of Wasabi #838C2E

Tints of Wasabi #838C2E

Color information

#838C2E (or 0x838C2E) is unknown color: approx Wasabi. HEX triplet: 83, 8C and 2E. RGB value is (131,140,46). Sum of RGB (Red+Green+Blue) = 131+140+46=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 140 - color contains mainly: green. Hex color #838C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838C2E is #7C73D1. Grayscale: #7E7E7E. Windows color (decimal): -8156114 or 3050627. OLE color: 3050627.

HSL color Cylindrical-coordinate representation of color #838C2E: hue angle of 65.74º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #838C2E is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB13114046-
CMYK0.0600.670.45
HSL65.74º50.54%36.47%-
HSV(B)65.74º67.14%54.9%-
XYZ19.2323.786.16-
YUV126.5982.52131.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.32%
GREEN value IS 140 (55.08% from 255) = 44.16%
BLUE value IS 46 (18.36% from 255) = 14.51%
R=41.32%
G=44.16%
B=14.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131140460.0600.670.4565.7450.5436.47
Hex838C2E60432D423324
Octal2032145660103551026344
Binary1000001110001100101110110010000111011011000010110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838C2E; }

 p { color: rgb(131,140,46); }

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

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

 a { background-color: rgb(131,140,46); }

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

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

 span { border-color: rgb(131,140,46); }

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