Html Css Color HEX #839150 Wasabi

📋 copy color: '#839150'

red 131 ◦ green 145 ◦ blue 80

#839150
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #839150

Tints of Wasabi #839150

RGB

 RED value IS 131 (51.56% from 255) = 36.8%

 GREEN value IS 145 (57.03% from 255) = 40.73%

 BLUE value IS 80 (31.64% from 255) = 22.47%

R = 36.8%
G = 40.73%
B = 22.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#839150 (or 0x839150) is known color: 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

RGB 131 145 80 -
CMYK 0.10 0 0.45 0.43
HSL 72.92º 0.29% 0.44% -
HSV(B) 72.92º 0.45% 0.57% -
XYZ 20.93 25.66 11.44 -
YUV 133.4 97.86 126.29 -
System Red Green Blue C M Y K H S L
Decimal 131 145 80 0.10 0 0.45 0.43 72.92 0.29 0.44
Hex 83 91 50 A 0 2D 2B 49 1D 2C
Octal 203 221 120 12 0 55 53 111 35 54
Binary 10000011 10010001 1010000 1010 0 101101 101011 1001001 11101 101100

Color Harmonies of #839150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839150

Black with #839150

Text Example


Text Example

White with #839150

Text Example


Text Example

HTML Codes & Css Web 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>