Html Css Color HEX #8C9950 Wasabi

📋 copy color: '#8C9950'

red 140 ◦ green 153 ◦ blue 80

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

Shades of Wasabi #8C9950

Tints of Wasabi #8C9950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.02%

 BLUE value IS 80 (31.64% from 255) = 21.45%

R = 37.53%
G = 41.02%
B = 21.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#8C9950 (or 0x8C9950) is known color: Wasabi. HEX triplet: 8C, 99 and 50. RGB value is (140,153,80). Sum of RGB (Red+Green+Blue) = 140+153+80=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9950 is #7366AF. Grayscale: #8D8D8D. Windows color (decimal): -7562928 or 5282188. OLE color: 5282188.

HSL color Cylindrical-coordinate representation of color #8C9950: hue angle of 70.68º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C9950 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 153 80 -
CMYK 0.08 0 0.48 0.4
HSL 70.68º 0.31% 0.46% -
HSV(B) 70.68º 0.48% 0.6% -
XYZ 23.65 28.94 11.93 -
YUV 140.79 93.69 127.44 -
System Red Green Blue C M Y K H S L
Decimal 140 153 80 0.08 0 0.48 0.4 70.68 0.31 0.46
Hex 8C 99 50 8 0 30 28 47 1F 2E
Octal 214 231 120 10 0 60 50 107 37 56
Binary 10001100 10011001 1010000 1000 0 110000 101000 1000111 11111 101110

Color Harmonies of #8C9950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9950

Black with #8C9950

Text Example


Text Example

White with #8C9950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,153,80); }

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

background-color css

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

 a { background-color: rgb(140,153,80); }

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

border-color css

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

 span { border-color: rgb(140,153,80); }

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