#838E2F

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

Shades of Wasabi #838E2F

Tints of Wasabi #838E2F

Color information

#838E2F (or 0x838E2F) is unknown color: approx Wasabi. HEX triplet: 83, 8E and 2F. RGB value is (131,142,47). Sum of RGB (Red+Green+Blue) = 131+142+47=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 142 - color contains mainly: green. Hex color #838E2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838E2F is #7C71D0. Grayscale: #808080. Windows color (decimal): -8155601 or 3116675. OLE color: 3116675.

HSL color Cylindrical-coordinate representation of color #838E2F: hue angle of 66.95º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #838E2F is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB13114247-
CMYK0.0800.670.44
HSL66.95º50.26%37.06%-
HSV(B)66.95º66.9%55.69%-
XYZ19.5524.386.36-
YUV127.8882.36130.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.94%
GREEN value IS 142 (55.86% from 255) = 44.38%
BLUE value IS 47 (18.75% from 255) = 14.69%
R=40.94%
G=44.38%
B=14.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131142470.0800.670.4466.9550.2637.06
Hex838E2F80432C433225
Octal20321657100103541036245
Binary10000011100011101011111000010000111011001000011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,142,47); }

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

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

 a { background-color: rgb(131,142,47); }

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

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

 span { border-color: rgb(131,142,47); }

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