Html Css Color HEX #8C9B48 Wasabi

📋 copy color: '#8C9B48'

red 140 ◦ green 155 ◦ blue 72

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

Shades of Wasabi #8C9B48

Tints of Wasabi #8C9B48

RGB

 RED value IS 140 (55.08% from 255) = 38.15%

 GREEN value IS 155 (60.94% from 255) = 42.23%

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

R = 38.15%
G = 42.23%
B = 19.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#8C9B48 (or 0x8C9B48) is known color: Wasabi. HEX triplet: 8C, 9B and 48. RGB value is (140,155,72). Sum of RGB (Red+Green+Blue) = 140+155+72=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 155 - color contains mainly: green. Hex color #8C9B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9B48 is #7364B7. Grayscale: #8D8D8D. Windows color (decimal): -7562424 or 4758412. OLE color: 4758412.

HSL color Cylindrical-coordinate representation of color #8C9B48: hue angle of 70.84º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C9B48 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 155 72 -
CMYK 0.10 0 0.54 0.39
HSL 70.84º 0.37% 0.45% -
HSV(B) 70.84º 0.54% 0.61% -
XYZ 23.71 29.49 10.57 -
YUV 141.05 89.03 127.25 -
System Red Green Blue C M Y K H S L
Decimal 140 155 72 0.10 0 0.54 0.39 70.84 0.37 0.45
Hex 8C 9B 48 A 0 36 27 47 25 2D
Octal 214 233 110 12 0 66 47 107 45 55
Binary 10001100 10011011 1001000 1010 0 110110 100111 1000111 100101 101101

Color Harmonies of #8C9B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9B48

Black with #8C9B48

Text Example


Text Example

White with #8C9B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,155,72); }

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

background-color css

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

 a { background-color: rgb(140,155,72); }

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

border-color css

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

 span { border-color: rgb(140,155,72); }

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