Html Css Color HEX #8D974C Wasabi

📋 copy color: '#8D974C'

red 141 ◦ green 151 ◦ blue 76

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

Shades of Wasabi #8D974C

Tints of Wasabi #8D974C

RGB

 RED value IS 141 (55.47% from 255) = 38.32%

 GREEN value IS 151 (59.38% from 255) = 41.03%

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

R = 38.32%
G = 41.03%
B = 20.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#8D974C (or 0x8D974C) is known color: Wasabi. HEX triplet: 8D, 97 and 4C. RGB value is (141,151,76). Sum of RGB (Red+Green+Blue) = 141+151+76=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 151 - color contains mainly: green. Hex color #8D974C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D974C is #7268B3. Grayscale: #8B8B8B. Windows color (decimal): -7497908 or 5019533. OLE color: 5019533.

HSL color Cylindrical-coordinate representation of color #8D974C: hue angle of 68º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D974C is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB 141 151 76 -
CMYK 0.07 0 0.50 0.41
HSL 68º 0.33% 0.45% -
HSV(B) 68º 0.5% 0.59% -
XYZ 23.36 28.32 11.07 -
YUV 139.46 92.19 129.1 -
System Red Green Blue C M Y K H S L
Decimal 141 151 76 0.07 0 0.50 0.41 68 0.33 0.45
Hex 8D 97 4C 7 0 32 29 44 21 2D
Octal 215 227 114 7 0 62 51 104 41 55
Binary 10001101 10010111 1001100 111 0 110010 101001 1000100 100001 101101

Color Harmonies of #8D974C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D974C

Black with #8D974C

Text Example


Text Example

White with #8D974C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D974C; }

 p { color: rgb(141,151,76); }

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

background-color css

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

 a { background-color: rgb(141,151,76); }

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

border-color css

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

 span { border-color: rgb(141,151,76); }

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