Html Css Color HEX #83914C Wasabi

📋 copy color: '#83914C'

red 131 ◦ green 145 ◦ blue 76

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

Shades of Wasabi #83914C

Tints of Wasabi #83914C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.59%

R = 37.22%
G = 41.19%
B = 21.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#83914C (or 0x83914C) is known color: Wasabi. HEX triplet: 83, 91 and 4C. RGB value is (131,145,76). Sum of RGB (Red+Green+Blue) = 131+145+76=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #83914C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83914C is #7C6EB3. Grayscale: #858585. Windows color (decimal): -8154804 or 5017987. OLE color: 5017987.

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

Color convert

RGB 131 145 76 -
CMYK 0.10 0 0.48 0.43
HSL 72.17º 0.31% 0.43% -
HSV(B) 72.17º 0.48% 0.57% -
XYZ 20.79 25.6 10.68 -
YUV 132.95 95.86 126.61 -
System Red Green Blue C M Y K H S L
Decimal 131 145 76 0.10 0 0.48 0.43 72.17 0.31 0.43
Hex 83 91 4C A 0 30 2B 48 1F 2B
Octal 203 221 114 12 0 60 53 110 37 53
Binary 10000011 10010001 1001100 1010 0 110000 101011 1001000 11111 101011

Color Harmonies of #83914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83914C

Black with #83914C

Text Example


Text Example

White with #83914C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83914C; }

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

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

background-color css

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

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

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

border-color css

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

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

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