Html Css Color HEX #8C9531 Wasabi

📋 copy color: '#8C9531'

red 140 ◦ green 149 ◦ blue 49

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

Shades of Wasabi #8C9531

Tints of Wasabi #8C9531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.5%

R = 41.42%
G = 44.08%
B = 14.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#8C9531 (or 0x8C9531) is known color: Wasabi. HEX triplet: 8C, 95 and 31. RGB value is (140,149,49). Sum of RGB (Red+Green+Blue) = 140+149+49=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9531 is #736ACE. Grayscale: #878787. Windows color (decimal): -7563983 or 3249548. OLE color: 3249548.

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

Color convert

RGB 140 149 49 -
CMYK 0.06 0 0.67 0.42
HSL 65.4º 0.51% 0.39% -
HSV(B) 65.4º 0.67% 0.58% -
XYZ 22.12 27.29 7.01 -
YUV 134.91 79.52 131.63 -
System Red Green Blue C M Y K H S L
Decimal 140 149 49 0.06 0 0.67 0.42 65.4 0.51 0.39
Hex 8C 95 31 6 0 43 2A 41 33 27
Octal 214 225 61 6 0 103 52 101 63 47
Binary 10001100 10010101 110001 110 0 1000011 101010 1000001 110011 100111

Color Harmonies of #8C9531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9531

Black with #8C9531

Text Example


Text Example

White with #8C9531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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