Html Css Color HEX #8C9635 Wasabi

📋 copy color: '#8C9635'

red 140 ◦ green 150 ◦ blue 53

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

Shades of Wasabi #8C9635

Tints of Wasabi #8C9635

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.73%

 BLUE value IS 53 (21.09% from 255) = 15.45%

R = 40.82%
G = 43.73%
B = 15.45%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#8C9635 (or 0x8C9635) is known color: Wasabi. HEX triplet: 8C, 96 and 35. RGB value is (140,150,53). Sum of RGB (Red+Green+Blue) = 140+150+53=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #8C9635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9635 is #7369CA. Grayscale: #888888. Windows color (decimal): -7563723 or 3511948. OLE color: 3511948.

HSL color Cylindrical-coordinate representation of color #8C9635: hue angle of 66.19º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C9635 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB 140 150 53 -
CMYK 0.07 0 0.65 0.41
HSL 66.19º 0.48% 0.4% -
HSV(B) 66.19º 0.65% 0.59% -
XYZ 22.36 27.65 7.53 -
YUV 135.95 81.19 130.89 -
System Red Green Blue C M Y K H S L
Decimal 140 150 53 0.07 0 0.65 0.41 66.19 0.48 0.4
Hex 8C 96 35 7 0 41 29 42 30 28
Octal 214 226 65 7 0 101 51 102 60 50
Binary 10001100 10010110 110101 111 0 1000001 101001 1000010 110000 101000

Color Harmonies of #8C9635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9635

Black with #8C9635

Text Example


Text Example

White with #8C9635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,150,53); }

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

background-color css

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

 a { background-color: rgb(140,150,53); }

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

border-color css

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

 span { border-color: rgb(140,150,53); }

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