#839150

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

Shades of Wasabi #839150

Tints of Wasabi #839150

Color information

#839150 (or 0x839150) is unknown color: approx Wasabi. HEX triplet: 83, 91 and 50. RGB value is (131,145,80). Sum of RGB (Red+Green+Blue) = 131+145+80=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #839150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839150 is #7C6EAF. Grayscale: #858585. Windows color (decimal): -8154800 or 5280131. OLE color: 5280131.

HSL color Cylindrical-coordinate representation of color #839150: hue angle of 72.92º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #839150 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB13114580-
CMYK0.1000.450.43
HSL72.92º28.89%44.12%-
HSV(B)72.92º44.83%56.86%-
XYZ20.9325.6611.44-
YUV133.497.86126.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.80%
GREEN value IS 145 (57.03% from 255) = 40.73%
BLUE value IS 80 (31.64% from 255) = 22.47%
R=36.80%
G=40.73%
B=22.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131145800.1000.450.4372.9228.8944.12
Hex839150A02D2B491d2c
Octal20322112012055531113554
Binary1000001110010001101000010100101101101011100100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839150; }

 p { color: rgb(131,145,80); }

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

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

 a { background-color: rgb(131,145,80); }

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

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

 span { border-color: rgb(131,145,80); }

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