Html Css Color HEX #8A963F Wasabi

📋 copy color: '#8A963F'

red 138 ◦ green 150 ◦ blue 63

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

Shades of Wasabi #8A963F

Tints of Wasabi #8A963F

RGB

 RED value IS 138 (54.3% from 255) = 39.32%

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

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

R = 39.32%
G = 42.74%
B = 17.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#8A963F (or 0x8A963F) is known color: Wasabi. HEX triplet: 8A, 96 and 3F. RGB value is (138,150,63). Sum of RGB (Red+Green+Blue) = 138+150+63=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 150 - color contains mainly: green. Hex color #8A963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A963F is #7569C0. Grayscale: #888888. Windows color (decimal): -7694785 or 4167306. OLE color: 4167306.

HSL color Cylindrical-coordinate representation of color #8A963F: hue angle of 68.28º 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 #8A963F is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 138 150 63 -
CMYK 0.08 0 0.58 0.41
HSL 68.28º 0.41% 0.42% -
HSV(B) 68.28º 0.58% 0.59% -
XYZ 22.28 27.57 8.85 -
YUV 136.49 86.52 129.07 -
System Red Green Blue C M Y K H S L
Decimal 138 150 63 0.08 0 0.58 0.41 68.28 0.41 0.42
Hex 8A 96 3F 8 0 3A 29 44 29 2A
Octal 212 226 77 10 0 72 51 104 51 52
Binary 10001010 10010110 111111 1000 0 111010 101001 1000100 101001 101010

Color Harmonies of #8A963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A963F

Black with #8A963F

Text Example


Text Example

White with #8A963F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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