Html Css Color HEX #8C9441 Wasabi

📋 copy color: '#8C9441'

red 140 ◦ green 148 ◦ blue 65

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

Shades of Wasabi #8C9441

Tints of Wasabi #8C9441

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.93%

 BLUE value IS 65 (25.78% from 255) = 18.41%

R = 39.66%
G = 41.93%
B = 18.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#8C9441 (or 0x8C9441) is known color: Wasabi. HEX triplet: 8C, 94 and 41. RGB value is (140,148,65). Sum of RGB (Red+Green+Blue) = 140+148+65=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #8C9441 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9441 is #736BBE. Grayscale: #888888. Windows color (decimal): -7564223 or 4297868. OLE color: 4297868.

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

Color convert

RGB 140 148 65 -
CMYK 0.05 0 0.56 0.42
HSL 65.78º 0.39% 0.42% -
HSV(B) 65.78º 0.56% 0.58% -
XYZ 22.36 27.14 9.06 -
YUV 136.15 87.85 130.75 -
System Red Green Blue C M Y K H S L
Decimal 140 148 65 0.05 0 0.56 0.42 65.78 0.39 0.42
Hex 8C 94 41 5 0 38 2A 42 27 2A
Octal 214 224 101 5 0 70 52 102 47 52
Binary 10001100 10010100 1000001 101 0 111000 101010 1000010 100111 101010

Color Harmonies of #8C9441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9441

Black with #8C9441

Text Example


Text Example

White with #8C9441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,148,65); }

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

background-color css

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

 a { background-color: rgb(140,148,65); }

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

border-color css

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

 span { border-color: rgb(140,148,65); }

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