Html Css Color HEX #8B963D Wasabi

📋 copy color: '#8B963D'

red 139 ◦ green 150 ◦ blue 61

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

Shades of Wasabi #8B963D

Tints of Wasabi #8B963D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.86%

 BLUE value IS 61 (24.22% from 255) = 17.43%

R = 39.71%
G = 42.86%
B = 17.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#8B963D (or 0x8B963D) is known color: Wasabi. HEX triplet: 8B, 96 and 3D. RGB value is (139,150,61). Sum of RGB (Red+Green+Blue) = 139+150+61=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #8B963D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B963D is #7469C2. Grayscale: #888888. Windows color (decimal): -7629251 or 4036235. OLE color: 4036235.

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

Color convert

RGB 139 150 61 -
CMYK 0.07 0 0.59 0.41
HSL 67.42º 0.42% 0.41% -
HSV(B) 67.42º 0.59% 0.59% -
XYZ 22.4 27.64 8.57 -
YUV 136.57 85.36 129.74 -
System Red Green Blue C M Y K H S L
Decimal 139 150 61 0.07 0 0.59 0.41 67.42 0.42 0.41
Hex 8B 96 3D 7 0 3B 29 43 2A 29
Octal 213 226 75 7 0 73 51 103 52 51
Binary 10001011 10010110 111101 111 0 111011 101001 1000011 101010 101001

Color Harmonies of #8B963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B963D

Black with #8B963D

Text Example


Text Example

White with #8B963D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,150,61); }

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

background-color css

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

 a { background-color: rgb(139,150,61); }

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

border-color css

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

 span { border-color: rgb(139,150,61); }

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