Html Css Color HEX #8C984E Wasabi

📋 copy color: '#8C984E'

red 140 ◦ green 152 ◦ blue 78

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

Shades of Wasabi #8C984E

Tints of Wasabi #8C984E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.08%

 BLUE value IS 78 (30.86% from 255) = 21.08%

R = 37.84%
G = 41.08%
B = 21.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#8C984E (or 0x8C984E) is known color: Wasabi. HEX triplet: 8C, 98 and 4E. RGB value is (140,152,78). Sum of RGB (Red+Green+Blue) = 140+152+78=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #8C984E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C984E is #7367B1. Grayscale: #8C8C8C. Windows color (decimal): -7563186 or 5150860. OLE color: 5150860.

HSL color Cylindrical-coordinate representation of color #8C984E: hue angle of 69.73º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C984E is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 140 152 78 -
CMYK 0.08 0 0.49 0.40
HSL 69.73º 0.32% 0.45% -
HSV(B) 69.73º 0.49% 0.6% -
XYZ 23.42 28.58 11.49 -
YUV 139.98 93.02 128.02 -
System Red Green Blue C M Y K H S L
Decimal 140 152 78 0.08 0 0.49 0.40 69.73 0.32 0.45
Hex 8C 98 4E 8 0 31 28 46 20 2D
Octal 214 230 116 10 0 61 50 106 40 55
Binary 10001100 10011000 1001110 1000 0 110001 101000 1000110 100000 101101

Color Harmonies of #8C984E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C984E

Black with #8C984E

Text Example


Text Example

White with #8C984E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,152,78); }

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

background-color css

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

 a { background-color: rgb(140,152,78); }

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

border-color css

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

 span { border-color: rgb(140,152,78); }

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