Html Css Color HEX #8C923A Wasabi

📋 copy color: '#8C923A'

red 140 ◦ green 146 ◦ blue 58

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

Shades of Wasabi #8C923A

Tints of Wasabi #8C923A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.44%

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

R = 40.7%
G = 42.44%
B = 16.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.60

 K value IS 0.43

RGB Variations

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

Color information

#8C923A (or 0x8C923A) is known color: Wasabi. HEX triplet: 8C, 92 and 3A. RGB value is (140,146,58). Sum of RGB (Red+Green+Blue) = 140+146+58=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 146 - color contains mainly: green. Hex color #8C923A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C923A is #736DC5. Grayscale: #868686. Windows color (decimal): -7564742 or 3838604. OLE color: 3838604.

HSL color Cylindrical-coordinate representation of color #8C923A: hue angle of 64.09º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C923A is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.

Color convert

RGB 140 146 58 -
CMYK 0.04 0 0.60 0.43
HSL 64.09º 0.43% 0.4% -
HSV(B) 64.09º 0.6% 0.57% -
XYZ 21.86 26.44 7.95 -
YUV 134.17 85.01 132.16 -
System Red Green Blue C M Y K H S L
Decimal 140 146 58 0.04 0 0.60 0.43 64.09 0.43 0.4
Hex 8C 92 3A 4 0 3C 2B 40 2B 28
Octal 214 222 72 4 0 74 53 100 53 50
Binary 10001100 10010010 111010 100 0 111100 101011 1000000 101011 101000

Color Harmonies of #8C923A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C923A

Black with #8C923A

Text Example


Text Example

White with #8C923A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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