Html Css Color HEX #8C9550 Wasabi

📋 copy color: '#8C9550'

red 140 ◦ green 149 ◦ blue 80

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

Shades of Wasabi #8C9550

Tints of Wasabi #8C9550

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.38%

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

R = 37.94%
G = 40.38%
B = 21.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#8C9550 (or 0x8C9550) is known color: Wasabi. HEX triplet: 8C, 95 and 50. RGB value is (140,149,80). Sum of RGB (Red+Green+Blue) = 140+149+80=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9550 is #736AAF. Grayscale: #8A8A8A. Windows color (decimal): -7563952 or 5281164. OLE color: 5281164.

HSL color Cylindrical-coordinate representation of color #8C9550: hue angle of 67.83º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C9550 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 149 80 -
CMYK 0.06 0 0.46 0.42
HSL 67.83º 0.3% 0.45% -
HSV(B) 67.83º 0.46% 0.58% -
XYZ 23.01 27.65 11.71 -
YUV 138.44 95.02 129.11 -
System Red Green Blue C M Y K H S L
Decimal 140 149 80 0.06 0 0.46 0.42 67.83 0.3 0.45
Hex 8C 95 50 6 0 2E 2A 44 1E 2D
Octal 214 225 120 6 0 56 52 104 36 55
Binary 10001100 10010101 1010000 110 0 101110 101010 1000100 11110 101101

Color Harmonies of #8C9550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9550

Black with #8C9550

Text Example


Text Example

White with #8C9550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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