Html Css Color HEX #8C9C46 Wasabi

📋 copy color: '#8C9C46'

red 140 ◦ green 156 ◦ blue 70

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

Shades of Wasabi #8C9C46

Tints of Wasabi #8C9C46

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.62%

 BLUE value IS 70 (27.73% from 255) = 19.13%

R = 38.25%
G = 42.62%
B = 19.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#8C9C46 (or 0x8C9C46) is known color: Wasabi. HEX triplet: 8C, 9C and 46. RGB value is (140,156,70). Sum of RGB (Red+Green+Blue) = 140+156+70=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 156 - color contains mainly: green. Hex color #8C9C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9C46 is #7363B9. Grayscale: #8D8D8D. Windows color (decimal): -7562170 or 4627596. OLE color: 4627596.

HSL color Cylindrical-coordinate representation of color #8C9C46: hue angle of 71.16º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C9C46 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 156 70 -
CMYK 0.10 0 0.55 0.39
HSL 71.16º 0.38% 0.44% -
HSV(B) 71.16º 0.55% 0.61% -
XYZ 23.81 29.79 10.29 -
YUV 141.41 87.7 126.99 -
System Red Green Blue C M Y K H S L
Decimal 140 156 70 0.10 0 0.55 0.39 71.16 0.38 0.44
Hex 8C 9C 46 A 0 37 27 47 26 2C
Octal 214 234 106 12 0 67 47 107 46 54
Binary 10001100 10011100 1000110 1010 0 110111 100111 1000111 100110 101100

Color Harmonies of #8C9C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9C46

Black with #8C9C46

Text Example


Text Example

White with #8C9C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,156,70); }

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

background-color css

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

 a { background-color: rgb(140,156,70); }

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

border-color css

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

 span { border-color: rgb(140,156,70); }

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