#838C2F

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

Shades of Wasabi #838C2F

Tints of Wasabi #838C2F

Color information

#838C2F (or 0x838C2F) is unknown color: approx Wasabi. HEX triplet: 83, 8C and 2F. RGB value is (131,140,47). Sum of RGB (Red+Green+Blue) = 131+140+47=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 140 - color contains mainly: green. Hex color #838C2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838C2F is #7C73D0. Grayscale: #7F7F7F. Windows color (decimal): -8156113 or 3116163. OLE color: 3116163.

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

Color convert

RGB13114047-
CMYK0.0600.660.45
HSL65.81º49.73%36.67%-
HSV(B)65.81º66.43%54.9%-
XYZ19.2523.796.27-
YUV126.7183.02131.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.19%
GREEN value IS 140 (55.08% from 255) = 44.03%
BLUE value IS 47 (18.75% from 255) = 14.78%
R=41.19%
G=44.03%
B=14.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131140470.0600.660.4565.8149.7336.67
Hex838C2F60422D423225
Octal2032145760102551026245
Binary1000001110001100101111110010000101011011000010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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