Html Css Color HEX #8B963F Wasabi

📋 copy color: '#8B963F'

red 139 ◦ green 150 ◦ blue 63

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

Shades of Wasabi #8B963F

Tints of Wasabi #8B963F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.9%

R = 39.49%
G = 42.61%
B = 17.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#8B963F (or 0x8B963F) is known color: Wasabi. HEX triplet: 8B, 96 and 3F. RGB value is (139,150,63). Sum of RGB (Red+Green+Blue) = 139+150+63=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #8B963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B963F is #7469C0. Grayscale: #898989. Windows color (decimal): -7629249 or 4167307. OLE color: 4167307.

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

Color convert

RGB 139 150 63 -
CMYK 0.07 0 0.58 0.41
HSL 67.59º 0.41% 0.42% -
HSV(B) 67.59º 0.58% 0.59% -
XYZ 22.45 27.66 8.86 -
YUV 136.79 86.36 129.57 -
System Red Green Blue C M Y K H S L
Decimal 139 150 63 0.07 0 0.58 0.41 67.59 0.41 0.42
Hex 8B 96 3F 7 0 3A 29 44 29 2A
Octal 213 226 77 7 0 72 51 104 51 52
Binary 10001011 10010110 111111 111 0 111010 101001 1000100 101001 101010

Color Harmonies of #8B963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B963F

Black with #8B963F

Text Example


Text Example

White with #8B963F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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