Html Css Color HEX #8B9348 Wasabi

📋 copy color: '#8B9348'

red 139 ◦ green 147 ◦ blue 72

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

Shades of Wasabi #8B9348

Tints of Wasabi #8B9348

RGB

 RED value IS 139 (54.69% from 255) = 38.83%

 GREEN value IS 147 (57.81% from 255) = 41.06%

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

R = 38.83%
G = 41.06%
B = 20.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#8B9348 (or 0x8B9348) is known color: Wasabi. HEX triplet: 8B, 93 and 48. RGB value is (139,147,72). Sum of RGB (Red+Green+Blue) = 139+147+72=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9348 is #746CB7. Grayscale: #888888. Windows color (decimal): -7630008 or 4756363. OLE color: 4756363.

HSL color Cylindrical-coordinate representation of color #8B9348: hue angle of 66.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B9348 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 139 147 72 -
CMYK 0.05 0 0.51 0.42
HSL 66.4º 0.34% 0.43% -
HSV(B) 66.4º 0.51% 0.58% -
XYZ 22.25 26.82 10.14 -
YUV 136.06 91.85 130.1 -
System Red Green Blue C M Y K H S L
Decimal 139 147 72 0.05 0 0.51 0.42 66.4 0.34 0.43
Hex 8B 93 48 5 0 33 2A 42 22 2B
Octal 213 223 110 5 0 63 52 102 42 53
Binary 10001011 10010011 1001000 101 0 110011 101010 1000010 100010 101011

Color Harmonies of #8B9348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9348

Black with #8B9348

Text Example


Text Example

White with #8B9348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,147,72); }

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

background-color css

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

 a { background-color: rgb(139,147,72); }

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

border-color css

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

 span { border-color: rgb(139,147,72); }

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