Html Css Color HEX #8C9035 Wasabi

📋 copy color: '#8C9035'

red 140 ◦ green 144 ◦ blue 53

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

Shades of Wasabi #8C9035

Tints of Wasabi #8C9035

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.73%

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

R = 41.54%
G = 42.73%
B = 15.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#8C9035 (or 0x8C9035) is known color: Wasabi. HEX triplet: 8C, 90 and 35. RGB value is (140,144,53). Sum of RGB (Red+Green+Blue) = 140+144+53=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #8C9035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9035 is #736FCA. Grayscale: #848484. Windows color (decimal): -7565259 or 3510412. OLE color: 3510412.

HSL color Cylindrical-coordinate representation of color #8C9035: hue angle of 62.64º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C9035 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 144 53 -
CMYK 0.03 0 0.63 0.44
HSL 62.64º 0.46% 0.39% -
HSV(B) 62.64º 0.63% 0.56% -
XYZ 21.43 25.78 7.21 -
YUV 132.43 83.17 133.4 -
System Red Green Blue C M Y K H S L
Decimal 140 144 53 0.03 0 0.63 0.44 62.64 0.46 0.39
Hex 8C 90 35 3 0 3F 2C 3F 2E 27
Octal 214 220 65 3 0 77 54 77 56 47
Binary 10001100 10010000 110101 11 0 111111 101100 111111 101110 100111

Color Harmonies of #8C9035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9035

Black with #8C9035

Text Example


Text Example

White with #8C9035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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