Html Css Color HEX #8C9F3F Wasabi

📋 copy color: '#8C9F3F'

red 140 ◦ green 159 ◦ blue 63

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

Shades of Wasabi #8C9F3F

Tints of Wasabi #8C9F3F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.92%

 BLUE value IS 63 (25% from 255) = 17.4%

R = 38.67%
G = 43.92%
B = 17.4%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#8C9F3F (or 0x8C9F3F) is known color: Wasabi. HEX triplet: 8C, 9F and 3F. RGB value is (140,159,63). Sum of RGB (Red+Green+Blue) = 140+159+63=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9F3F is #7360C0. Grayscale: #8E8E8E. Windows color (decimal): -7561409 or 4169612. OLE color: 4169612.

HSL color Cylindrical-coordinate representation of color #8C9F3F: hue angle of 71.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C9F3F is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 159 63 -
CMYK 0.12 0 0.60 0.38
HSL 71.88º 0.43% 0.44% -
HSV(B) 71.88º 0.6% 0.62% -
XYZ 24.11 30.73 9.36 -
YUV 142.38 83.21 126.31 -
System Red Green Blue C M Y K H S L
Decimal 140 159 63 0.12 0 0.60 0.38 71.88 0.43 0.44
Hex 8C 9F 3F C 0 3C 26 48 2B 2C
Octal 214 237 77 14 0 74 46 110 53 54
Binary 10001100 10011111 111111 1100 0 111100 100110 1001000 101011 101100

Color Harmonies of #8C9F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9F3F

Black with #8C9F3F

Text Example


Text Example

White with #8C9F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,159,63); }

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

background-color css

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

 a { background-color: rgb(140,159,63); }

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

border-color css

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

 span { border-color: rgb(140,159,63); }

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