Html Css Color HEX #8C934B Wasabi

📋 copy color: '#8C934B'

red 140 ◦ green 147 ◦ blue 75

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

Shades of Wasabi #8C934B

Tints of Wasabi #8C934B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.72%

R = 38.67%
G = 40.61%
B = 20.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#8C934B (or 0x8C934B) is known color: Wasabi. HEX triplet: 8C, 93 and 4B. RGB value is (140,147,75). Sum of RGB (Red+Green+Blue) = 140+147+75=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #8C934B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C934B is #736CB4. Grayscale: #888888. Windows color (decimal): -7564469 or 4952972. OLE color: 4952972.

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

Color convert

RGB 140 147 75 -
CMYK 0.05 0 0.49 0.42
HSL 65.83º 0.32% 0.44% -
HSV(B) 65.83º 0.49% 0.58% -
XYZ 22.52 26.95 10.67 -
YUV 136.7 93.18 130.35 -
System Red Green Blue C M Y K H S L
Decimal 140 147 75 0.05 0 0.49 0.42 65.83 0.32 0.44
Hex 8C 93 4B 5 0 31 2A 42 20 2C
Octal 214 223 113 5 0 61 52 102 40 54
Binary 10001100 10010011 1001011 101 0 110001 101010 1000010 100000 101100

Color Harmonies of #8C934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C934B

Black with #8C934B

Text Example


Text Example

White with #8C934B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,147,75); }

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

background-color css

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

 a { background-color: rgb(140,147,75); }

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

border-color css

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

 span { border-color: rgb(140,147,75); }

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