Html Css Color HEX #839148 Wasabi

📋 copy color: '#839148'

red 131 ◦ green 145 ◦ blue 72

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

Shades of Wasabi #839148

Tints of Wasabi #839148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.69%

R = 37.64%
G = 41.67%
B = 20.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#839148 (or 0x839148) is known color: Wasabi. HEX triplet: 83, 91 and 48. RGB value is (131,145,72). Sum of RGB (Red+Green+Blue) = 131+145+72=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #839148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839148 is #7C6EB7. Grayscale: #848484. Windows color (decimal): -8154808 or 4755843. OLE color: 4755843.

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

Color convert

RGB 131 145 72 -
CMYK 0.10 0 0.50 0.43
HSL 71.51º 0.34% 0.43% -
HSV(B) 71.51º 0.5% 0.57% -
XYZ 20.66 25.54 9.97 -
YUV 132.49 93.86 126.94 -
System Red Green Blue C M Y K H S L
Decimal 131 145 72 0.10 0 0.50 0.43 71.51 0.34 0.43
Hex 83 91 48 A 0 32 2B 48 22 2B
Octal 203 221 110 12 0 62 53 110 42 53
Binary 10000011 10010001 1001000 1010 0 110010 101011 1001000 100010 101011

Color Harmonies of #839148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839148

Black with #839148

Text Example


Text Example

White with #839148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839148; }

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

 H1.HeaderClassName
 {
   color: #839148;
 }
 .AnyTagClassName
 {
   color: #839148;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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