#838E38

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

Shades of Wasabi #838E38

Tints of Wasabi #838E38

Color information

#838E38 (or 0x838E38) is unknown color: approx Wasabi. HEX triplet: 83, 8E and 38. RGB value is (131,142,56). Sum of RGB (Red+Green+Blue) = 131+142+56=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 142 - color contains mainly: green. Hex color #838E38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838E38 is #7C71C7. Grayscale: #818181. Windows color (decimal): -8155592 or 3706499. OLE color: 3706499.

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

Color convert

RGB13114256-
CMYK0.0800.610.44
HSL67.67º43.43%38.82%-
HSV(B)67.67º60.56%55.69%-
XYZ19.7524.467.42-
YUV128.9186.86129.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.82%
GREEN value IS 142 (55.86% from 255) = 43.16%
BLUE value IS 56 (22.27% from 255) = 17.02%
R=39.82%
G=43.16%
B=17.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131142560.0800.610.4467.6743.4338.82
Hex838E38803D2C442b27
Octal2032167010075541045347
Binary1000001110001110111000100001111011011001000100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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