Html Css Color HEX #8C952F Wasabi

📋 copy color: '#8C952F'

red 140 ◦ green 149 ◦ blue 47

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

Shades of Wasabi #8C952F

Tints of Wasabi #8C952F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.99%

R = 41.67%
G = 44.35%
B = 13.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#8C952F (or 0x8C952F) is known color: Wasabi. HEX triplet: 8C, 95 and 2F. RGB value is (140,149,47). Sum of RGB (Red+Green+Blue) = 140+149+47=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #8C952F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C952F is #736AD0. Grayscale: #878787. Windows color (decimal): -7563985 or 3118476. OLE color: 3118476.

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

Color convert

RGB 140 149 47 -
CMYK 0.06 0 0.68 0.42
HSL 65.29º 0.52% 0.38% -
HSV(B) 65.29º 0.68% 0.58% -
XYZ 22.08 27.28 6.79 -
YUV 134.68 78.52 131.79 -
System Red Green Blue C M Y K H S L
Decimal 140 149 47 0.06 0 0.68 0.42 65.29 0.52 0.38
Hex 8C 95 2F 6 0 44 2A 41 34 26
Octal 214 225 57 6 0 104 52 101 64 46
Binary 10001100 10010101 101111 110 0 1000100 101010 1000001 110100 100110

Color Harmonies of #8C952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C952F

Black with #8C952F

Text Example


Text Example

White with #8C952F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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