Html Css Color HEX #8D9931 Wasabi

📋 copy color: '#8D9931'

red 141 ◦ green 153 ◦ blue 49

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

Shades of Wasabi #8D9931

Tints of Wasabi #8D9931

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.61%

 BLUE value IS 49 (19.53% from 255) = 14.29%

R = 41.11%
G = 44.61%
B = 14.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#8D9931 (or 0x8D9931) is known color: Wasabi. HEX triplet: 8D, 99 and 31. RGB value is (141,153,49). Sum of RGB (Red+Green+Blue) = 141+153+49=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #8D9931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D9931 is #7266CE. Grayscale: #898989. Windows color (decimal): -7497423 or 3250573. OLE color: 3250573.

HSL color Cylindrical-coordinate representation of color #8D9931: hue angle of 66.92º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8D9931 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 141 153 49 -
CMYK 0.08 0 0.68 0.4
HSL 66.92º 0.51% 0.4% -
HSV(B) 66.92º 0.68% 0.6% -
XYZ 22.93 28.67 7.23 -
YUV 137.56 78.02 130.46 -
System Red Green Blue C M Y K H S L
Decimal 141 153 49 0.08 0 0.68 0.4 66.92 0.51 0.4
Hex 8D 99 31 8 0 44 28 43 33 28
Octal 215 231 61 10 0 104 50 103 63 50
Binary 10001101 10011001 110001 1000 0 1000100 101000 1000011 110011 101000

Color Harmonies of #8D9931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9931

Black with #8D9931

Text Example


Text Example

White with #8D9931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,153,49); }

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

background-color css

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

 a { background-color: rgb(141,153,49); }

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

border-color css

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

 span { border-color: rgb(141,153,49); }

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