Html Css Color HEX #8C9C3A Wasabi

📋 copy color: '#8C9C3A'

red 140 ◦ green 156 ◦ blue 58

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

Shades of Wasabi #8C9C3A

Tints of Wasabi #8C9C3A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.07%

 BLUE value IS 58 (23.05% from 255) = 16.38%

R = 39.55%
G = 44.07%
B = 16.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#8C9C3A (or 0x8C9C3A) is known color: Wasabi. HEX triplet: 8C, 9C and 3A. RGB value is (140,156,58). Sum of RGB (Red+Green+Blue) = 140+156+58=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 156 (61.33% from 255 or 44.07% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 156 - color contains mainly: green. Hex color #8C9C3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9C3A is #7363C5. Grayscale: #8C8C8C. Windows color (decimal): -7562182 or 3841164. OLE color: 3841164.

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

Color convert

RGB 140 156 58 -
CMYK 0.10 0 0.63 0.39
HSL 69.8º 0.46% 0.42% -
HSV(B) 69.8º 0.63% 0.61% -
XYZ 23.47 29.66 8.49 -
YUV 140.04 81.7 127.97 -
System Red Green Blue C M Y K H S L
Decimal 140 156 58 0.10 0 0.63 0.39 69.8 0.46 0.42
Hex 8C 9C 3A A 0 3F 27 46 2E 2A
Octal 214 234 72 12 0 77 47 106 56 52
Binary 10001100 10011100 111010 1010 0 111111 100111 1000110 101110 101010

Color Harmonies of #8C9C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9C3A

Black with #8C9C3A

Text Example


Text Example

White with #8C9C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,156,58); }

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

background-color css

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

 a { background-color: rgb(140,156,58); }

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

border-color css

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

 span { border-color: rgb(140,156,58); }

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